<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-adapter-platform](./x-adapter-platform.md) &gt; [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>

_(Optional)_


</td></tr>
</tbody></table>

