UNPKG

@empathyco/x-components

Version:
57 lines (26 loc) 853 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 <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&lt;string, unknown&gt;; query?: string; } </td><td> </td></tr> </tbody></table>