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