@empathyco/x-components
Version:
Empathy X Components
17 lines (12 loc) • 484 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-types](./x-types.md) > [AiQuestionsResponse](./x-types.aiquestionsresponse.md) > [context](./x-types.aiquestionsresponse.context.md)
## AiQuestionsResponse.context property
**Signature:**
```typescript
context: {
query?: string;
lang: string;
instance: string;
filters?: Record<string, unknown>;
};
```