UNPKG

@empathyco/x-components

Version:
57 lines (26 loc) 863 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; [PlatformAiSuggestionsRequest](./x-adapter-platform.platformaisuggestionsrequest.md) ## PlatformAiSuggestionsRequest interface Request for the ai suggestions endpoint. **Signature:** ```typescript export interface PlatformAiSuggestionsRequest ``` ## 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.platformaisuggestionsrequest.context.md) </td><td> </td><td> { query?: string; lang: string; instance?: string; filters?: Record&lt;string, unknown&gt;; } </td><td> </td></tr> </tbody></table>