@empathyco/x-components
Version:
Empathy X Components
26 lines (17 loc) • 1.03 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-types](./x-types.md) > [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<string, unknown>; } | |
| [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 | |