import type * as ElevenLabs from "../index"; export interface ConversationSentimentAnalysis { overallLabel: ElevenLabs.ConversationSentimentAnalysisOverallLabel; overallSentimentScore: number; overallFrustrationScore: number; minUserSentimentScore: number; maxUserFrustrationScore: number; numScoredUserTurns: number; }