<!-- 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

<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&lt;string, unknown&gt;; }


</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>

