UNPKG

@empathyco/x-components

Version:
26 lines (17 loc) 1.03 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 | Property | Modifiers | Type | Description | | --- | --- | --- | --- | | [context](./x-types.aiquestionsresponse.context.md) | | { query?: string; lang: string; instance: string; filters?: Record&lt;string, unknown&gt;; } | | | [items](./x-types.aiquestionsresponse.items.md) | | [AiQuestion](./x-types.aiquestion.md)<!-- -->\[\] | | | [numItems](./x-types.aiquestionsresponse.numitems.md) | | number | | | [resolved](./x-types.aiquestionsresponse.resolved.md) | | boolean | | | [taskId](./x-types.aiquestionsresponse.taskid.md) | | string | | | [totalItems](./x-types.aiquestionsresponse.totalitems.md) | | number | |