Event Properties
| Field | Value |
|---|---|
event | "chat.asked" |
confidential | boolean |
payload | object |
- Public Payload
- Confidential Payload
| Field | Type | Description |
|---|---|---|
questionLength | number | Character count of the user’s question |
promptType | "question" | "update" | Type of prompt sent to the AI |
documentId | string | Unique document identifier |
documentName | string | Document name or title |
outputLanguage | string | Output language code (e.g., “en”, “de”) |
templateType | "built-in" | "custom" | Type of template used: built-in or custom |
templateId | string | Template identifier (either ref for built-in or customTemplateId for custom) |
interactionId | string | Unique interaction identifier |
interactionState | InteractionState | Current state of the interaction |