@conciergus/chat - v0.3.1
    Preparing search index...

    Interface VoiceAnalytics

    interface VoiceAnalytics {
        totalInteractions: number;
        transcriptionAccuracy: number;
        averageResponseTime: number;
        popularCommands: string[];
        errorRate: number;
    }
    Index

    Properties

    totalInteractions: number

    Total voice interactions

    transcriptionAccuracy: number

    Total transcription accuracy

    averageResponseTime: number

    Average response time

    popularCommands: string[]

    Most used voice commands

    errorRate: number

    Error rate