UNPKG

@empathyco/x-components

Version:
25 lines (16 loc) 1.01 kB
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [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&lt;unknown&gt; | The extra params property of the state. | | [questionsByQuery](./x-components.aistate.questionsbyquery.md) | | Record&lt;string, { questions: AiQuestion\[\]; loading: boolean; }&gt; | | | [relatedTags](./x-components.aistate.relatedtags.md) | | RelatedTag\[\] | The list of the related tags, related to the <code>query</code> property of the state. |