@empathyco/x-components
Version:
Empathy X Components
74 lines (33 loc) • 807 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-types](./x-types.md) > [AiSuggestionQuery](./x-types.aisuggestionquery.md)
## AiSuggestionQuery interface
Data for each query suggested.
**Signature:**
```typescript
export interface AiSuggestionQuery
```
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[categories](./x-types.aisuggestionquery.categories.md)
</td><td>
</td><td>
string\[\]
</td><td>
</td></tr>
<tr><td>
[query](./x-types.aisuggestionquery.query.md)
</td><td>
</td><td>
string
</td><td>
</td></tr>
</tbody></table>