/** * This file was auto-generated by Fern from our API Definition. */ import * as ElevenLabs from "../index"; export interface ConversationSummaryResponseModel { agent_id: string; agent_name?: string; conversation_id: string; start_time_unix_secs: number; call_duration_secs: number; message_count: number; status: ElevenLabs.ConversationSummaryResponseModelStatus; call_successful: ElevenLabs.EvaluationSuccessResult; }