UNPKG

@empathyco/x-components

Version:
21 lines (12 loc) 710 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 | Property | Modifiers | Type | Description | | --- | --- | --- | --- | | [context](./x-adapter-platform.platformaisuggestionsrequest.context.md) | | { query?: string; lang: string; instance?: string; filters?: Record&lt;string, unknown&gt;; } | |