@empathyco/x-components
Version:
Empathy X Components
25 lines (16 loc) • 1.01 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [AiState](./x-components.aistate.md)
## AiState interface
Ai module state.
**Signature:**
```typescript
export interface AiState extends QueryState
```
**Extends:** [QueryState](./x-components.querystate.md)
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [config](./x-components.aistate.config.md) | | [AiConfig](./x-components.aiconfig.md) | |
| [params](./x-components.aistate.params.md) | | Dictionary<unknown> | The extra params property of the state. |
| [questionsByQuery](./x-components.aistate.questionsbyquery.md) | | Record<string, { questions: AiQuestion\[\]; loading: boolean; }> | |
| [relatedTags](./x-components.aistate.relatedtags.md) | | RelatedTag\[\] | The list of the related tags, related to the <code>query</code> property of the state. |