Member Junction
    Preparing search index...

    A transcript line delivered to the widget while voice is active.

    interface WidgetVoiceTranscript {
        isFinal: boolean;
        role: "user" | "agent";
        text: string;
    }
    Index

    Properties

    Properties

    isFinal: boolean
    role: "user" | "agent"
    text: string