@empathyco/x-components
Version:
Empathy X Components
57 lines (26 loc) • 853 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
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[context](./x-adapter-platform.platformaiquestionsrequest.context.md)
</td><td>
</td><td>
{ lang: string; instance?: string; filters?: Record<string, unknown>; query?: string; }
</td><td>
</td></tr>
</tbody></table>