@empathyco/x-components
Version:
Empathy X Components
15 lines (10 loc) • 395 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-types](./x-types.md) > [AiQuestion](./x-types.aiquestion.md) > [content](./x-types.aiquestion.content.md)
## AiQuestion.content property
**Signature:**
```typescript
content: {
responseText?: string;
searchQueries: string[];
};
```