@empathyco/x-components
Version:
Empathy X Components
74 lines (33 loc) • 886 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-types](./x-types.md) > [AiTasksResponse](./x-types.aitasksresponse.md)
## AiTasksResponse interface
Response for the task endpoint.
**Signature:**
```typescript
export interface AiTasksResponse
```
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[result](./x-types.aitasksresponse.result.md)
</td><td>
</td><td>
[AiQuestionsResponse](./x-types.aiquestionsresponse.md)
</td><td>
</td></tr>
<tr><td>
[steps](./x-types.aitasksresponse.steps.md)
</td><td>
</td><td>
[StepEmpathising](./x-types.stepempathising.md)<!-- -->\[\]
</td><td>
</td></tr>
</tbody></table>