UNPKG

@empathyco/x-components

Version:
24 lines (15 loc) 1.04 kB
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [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. |