@empathyco/x-components
Version:
Empathy X Components
23 lines (14 loc) • 730 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-types](./x-types.md) > [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)<!-- -->\[\] | |