/** * This file was auto-generated by Fern from our API Definition. */ import * as ElevenLabs from "../index"; export interface ConversationHistoryMetadataCommonModel { start_time_unix_secs: number; accepted_time_unix_secs?: number; call_duration_secs: number; cost?: number; deletion_settings?: ElevenLabs.ConversationDeletionSettings; feedback?: ElevenLabs.ConversationHistoryFeedbackCommonModel; authorization_method?: ElevenLabs.AuthorizationMethod; charging?: ElevenLabs.ConversationChargingCommonModel; phone_call?: ElevenLabs.ConversationHistoryMetadataCommonModelPhoneCall; batch_call?: ElevenLabs.ConversationHistoryBatchCallModel; termination_reason?: string; error?: ElevenLabs.ConversationHistoryErrorCommonModel; main_language?: string; rag_usage?: ElevenLabs.ConversationHistoryRagUsageCommonModel; }