@empathyco/x-components
Version:
Empathy X Components
14 lines (8 loc) • 551 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [RelatedPromptsGetters](./x-components.relatedpromptsgetters.md) > [request](./x-components.relatedpromptsgetters.request.md)
## RelatedPromptsGetters.request property
Request object to retrieve the related prompts using the search adapter, or null if there is no valid data to conform a valid request.
**Signature:**
```typescript
request: RelatedPromptsRequest | null;
```