@empathyco/x-components
Version:
Empathy X Components
57 lines (26 loc) • 802 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-types](./x-types.md) > [AiSuggestionsSearchResponse](./x-types.aisuggestionssearchresponse.md)
## AiSuggestionsSearchResponse interface
Response for the AI suggestions search endpoint.
**Signature:**
```typescript
export interface AiSuggestionsSearchResponse
```
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[suggestions](./x-types.aisuggestionssearchresponse.suggestions.md)
</td><td>
</td><td>
[AiSuggestionSearch](./x-types.aisuggestionsearch.md)<!-- -->\[\]
</td><td>
</td></tr>
</tbody></table>