UNPKG

@empathyco/x-components

Version:
24 lines (15 loc) 861 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-types](./x-types.md) &gt; [AiSuggestionSearch](./x-types.aisuggestionsearch.md) ## AiSuggestionSearch interface Each suggestion search is a query and the results of that query. **Signature:** ```typescript export interface AiSuggestionSearch ``` ## Properties | Property | Modifiers | Type | Description | | --- | --- | --- | --- | | [numFound](./x-types.aisuggestionsearch.numfound.md) | | number | | | [query](./x-types.aisuggestionsearch.query.md) | | string | | | [results](./x-types.aisuggestionsearch.results.md) | | [Result](./x-types.result.md)<!-- -->\[\] | | | [tagging](./x-types.aisuggestionsearch.tagging.md) | | { query: [TaggingRequest](./x-types.taggingrequest.md)<!-- -->; } | |