<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-types](./x-types.md) &gt; [AiQuestion](./x-types.aiquestion.md) &gt; [content](./x-types.aiquestion.content.md)

## AiQuestion.content property

**Signature:**

```typescript
content: {
        responseText?: string;
        searchQueries: string[];
    };
```
