<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-types](./x-types.md) &gt; [AiQuestionsResponse](./x-types.aiquestionsresponse.md) &gt; [context](./x-types.aiquestionsresponse.context.md)

## AiQuestionsResponse.context property

**Signature:**

```typescript
context: {
        query?: string;
        lang: string;
        instance: string;
        filters?: Record<string, unknown>;
    };
```
