UNPKG

@empathyco/x-components

Version:
142 lines (61 loc) 1.5 kB
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-types](./x-types.md) &gt; [AiQuestionsResponse](./x-types.aiquestionsresponse.md) ## AiQuestionsResponse interface Response for the question endpoint. **Signature:** ```typescript export interface AiQuestionsResponse ``` ## Properties <table><thead><tr><th> Property </th><th> Modifiers </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td> [context](./x-types.aiquestionsresponse.context.md) </td><td> </td><td> { query?: string; lang: string; instance: string; filters?: Record&lt;string, unknown&gt;; } </td><td> </td></tr> <tr><td> [items](./x-types.aiquestionsresponse.items.md) </td><td> </td><td> [AiQuestion](./x-types.aiquestion.md)<!-- -->\[\] </td><td> </td></tr> <tr><td> [numItems](./x-types.aiquestionsresponse.numitems.md) </td><td> </td><td> number </td><td> </td></tr> <tr><td> [resolved](./x-types.aiquestionsresponse.resolved.md) </td><td> </td><td> boolean </td><td> </td></tr> <tr><td> [taskId](./x-types.aiquestionsresponse.taskid.md) </td><td> </td><td> string </td><td> </td></tr> <tr><td> [totalItems](./x-types.aiquestionsresponse.totalitems.md) </td><td> </td><td> number </td><td> </td></tr> </tbody></table>