@empathyco/x-components
Version:
Empathy X Components
14 lines (8 loc) • 500 B
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) > [request](./x-components.aigetters.request.md)
## AiGetters.request property
Request object to retrieve the questions using the ai questions adapter, or null if there is no valid data to conform a valid request.
**Signature:**
```typescript
request: AiQuestionsRequest | null;
```