@empathyco/x-components
Version:
Empathy X Components
108 lines (47 loc) • 1.2 kB
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
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[numFound](./x-types.aisuggestionsearch.numfound.md)
</td><td>
</td><td>
number
</td><td>
</td></tr>
<tr><td>
[query](./x-types.aisuggestionsearch.query.md)
</td><td>
</td><td>
string
</td><td>
</td></tr>
<tr><td>
[results](./x-types.aisuggestionsearch.results.md)
</td><td>
</td><td>
[Result](./x-types.result.md)<!-- -->\[\]
</td><td>
</td></tr>
<tr><td>
[tagging](./x-types.aisuggestionsearch.tagging.md)
</td><td>
</td><td>
{ query: [TaggingRequest](./x-types.taggingrequest.md)<!-- -->; }
</td><td>
</td></tr>
</tbody></table>