UNPKG

@empathyco/x-components

Version:
58 lines (27 loc) 1.02 kB
<!-- 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, TrackableRequest, FilterableRequest ``` **Extends:** [ExtraParamsRequest](./x-types.extraparamsrequest.md)<!-- -->, [TrackableRequest](./x-types.trackablerequest.md)<!-- -->, [FilterableRequest](./x-types.filterablerequest.md) ## Properties <table><thead><tr><th> Property </th><th> Modifiers </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td> [queries](./x-types.aisuggestionssearchrequest.queries.md) </td><td> </td><td> { query: string; categories: string\[\]; }\[\] </td><td> </td></tr> </tbody></table>