interface SessionReport {
    chatHistory: ChatContext;
    enableRecording: boolean;
    events: AgentEvent[];
    jobId: string;
    options: VoiceOptions;
    room: string;
    roomId: string;
    startedAt: number;
    timestamp: number;
}

Properties

chatHistory: ChatContext
enableRecording: boolean
events: AgentEvent[]
jobId: string
options: VoiceOptions
room: string
roomId: string
startedAt: number

Timestamp when the session started (milliseconds)

timestamp: number

Timestamp when the session report was created (milliseconds), typically at the end of the session