@empathyco/x-components
Version:
Empathy X Components
22 lines (13 loc) • 708 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-types](./x-types.md) > [AiSuggestionsSearchRequest](./x-types.aisuggestionssearchrequest.md)
## AiSuggestionsSearchRequest interface
Request for the suggestions-search endpoint.
**Signature:**
```typescript
export interface AiSuggestionsSearchRequest extends ExtraParamsRequest
```
**Extends:** [ExtraParamsRequest](./x-types.extraparamsrequest.md)
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [queries](./x-types.aisuggestionssearchrequest.queries.md) | | { query: string; categories: string\[\]; }\[\] | |