UNPKG

@empathyco/x-components

Version:
22 lines (13 loc) 708 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-types](./x-types.md) &gt; [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\[\]; }\[\] | |