@empathyco/x-components
Version:
Empathy X Components
74 lines (33 loc) • 1.09 kB
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
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[context](./x-adapter-platform.platformaisuggestionssearchrequest.context.md)
</td><td>
</td><td>
{ lang: string; instance?: string; filters?: Record<string, unknown>; }
</td><td>
</td></tr>
<tr><td>
[queries](./x-adapter-platform.platformaisuggestionssearchrequest.queries.md)
</td><td>
</td><td>
{ query: string; categories: string\[\]; }\[\]
</td><td>
</td></tr>
</tbody></table>