@empathyco/x-components
Version:
Empathy X Components
22 lines (13 loc) • 872 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [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<string, unknown>; } | |
| [queries](./x-adapter-platform.platformaisuggestionssearchrequest.queries.md) | | { query: string; categories: string\[\]; }\[\] | |