unified-llm-client
    Preparing search index...

    Interface SpeechUsageQuery

    interface SpeechUsageQuery {
        botId?: string;
        kind?: "speech" | "transcription";
        model?: string;
        provider?: SpeechProvider;
        sessionId?: string;
        since?: string;
        tenantId?: string;
        until?: string;
    }
    Index

    Properties

    botId?: string
    kind?: "speech" | "transcription"
    model?: string
    provider?: SpeechProvider
    sessionId?: string
    since?: string
    tenantId?: string
    until?: string