UNPKG

@empathyco/x-components

Version:
21 lines (12 loc) 700 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-adapter-platform](./x-adapter-platform.md) &gt; [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&lt;string, unknown&gt;; query?: string; } | |