RecordingMetadata
Metadata for a session recording
| Property | Type | Description |
|---|
actionCount | number | Total number of actions recorded |
applicationId | string | Application ID |
botUser | { id: string; username: string; } | Bot user info |
botUser.id | string | - |
botUser.username | string | - |
duration | number | Duration in milliseconds |
endTime | number | Session end/export timestamp (ms) |
recordedAt | string | Recording creation timestamp (ISO 8601) |
sessionId | string | Session ID |
sessionName? | string | Optional session name |
startTime | number | Session start timestamp (ms) |