@empathyco/x-components
Version:
Empathy X Components
91 lines (40 loc) • 1.29 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>
[excludeOptions](./x-adapter-platform.platformaisuggestionssearchrequest.excludeoptions.md)
</td><td>
</td><td>
{ resultIds: Result\['id'\]\[\]; }
</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>