@empathyco/x-components
Version:
Empathy X Components
21 lines (12 loc) • 700 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [PlatformAiQuestionsRequest](./x-adapter-platform.platformaiquestionsrequest.md)
## PlatformAiQuestionsRequest interface
Request for the `Questions v1` endpoint.
**Signature:**
```typescript
export interface PlatformAiQuestionsRequest
```
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [context](./x-adapter-platform.platformaiquestionsrequest.context.md) | | { lang: string; instance?: string; filters?: Record<string, unknown>; query?: string; } | |