UNPKG

@empathyco/x-components

Version:
22 lines (13 loc) 872 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; [PlatformAiSuggestionsSearchRequest](./x-adapter-platform.platformaisuggestionssearchrequest.md) ## PlatformAiSuggestionsSearchRequest interface Request for the `AI suggestions search` endpoint. **Signature:** ```typescript export interface PlatformAiSuggestionsSearchRequest ``` ## Properties | Property | Modifiers | Type | Description | | --- | --- | --- | --- | | [context](./x-adapter-platform.platformaisuggestionssearchrequest.context.md) | | { lang: string; instance?: string; filters?: Record&lt;string, unknown&gt;; } | | | [queries](./x-adapter-platform.platformaisuggestionssearchrequest.queries.md) | | { query: string; categories: string\[\]; }\[\] | |