Interface SessionReportOptions

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

Properties

chatHistory: ChatContext
enableUserDataTraining?: 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)