@empathyco/x-components
Version:
Empathy X Components
24 lines (15 loc) • 1.04 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [AiGetters](./x-components.aigetters.md)
## AiGetters interface
Ai module getters.
**Signature:**
```typescript
export interface AiGetters
```
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [currentQuestion](./x-components.aigetters.currentquestion.md) | | AiQuestion \| undefined | The current question of the ai module. |
| [currentQuestionLoading](./x-components.aigetters.currentquestionloading.md) | | boolean | The current question loading of the ai module. |
| [query](./x-components.aigetters.query.md) | | string | The combination of the query and the selected related tags. |
| [request](./x-components.aigetters.request.md) | | AiQuestionsRequest \| null | Request object to retrieve the questions using the ai questions adapter, or null if there is no valid data to conform a valid request. |