@empathyco/x-components
Version:
Empathy X Components
108 lines (47 loc) • 1.34 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [PlatformAiSuggestionSearch](./x-adapter-platform.platformaisuggestionsearch.md)
## PlatformAiSuggestionSearch interface
Each platform suggestion search is a query and the platform results of that query.
**Signature:**
```typescript
export interface PlatformAiSuggestionSearch
```
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[numFound](./x-adapter-platform.platformaisuggestionsearch.numfound.md)
</td><td>
</td><td>
number
</td><td>
</td></tr>
<tr><td>
[query](./x-adapter-platform.platformaisuggestionsearch.query.md)
</td><td>
</td><td>
string
</td><td>
</td></tr>
<tr><td>
[results](./x-adapter-platform.platformaisuggestionsearch.results.md)
</td><td>
</td><td>
[PlatformResult](./x-adapter-platform.platformresult.md)<!-- -->\[\]
</td><td>
</td></tr>
<tr><td>
[tagging](./x-adapter-platform.platformaisuggestionsearch.tagging.md)
</td><td>
</td><td>
{ query: string; }
</td><td>
</td></tr>
</tbody></table>