Emitted when the full audio transcript is completed.

interface ResponseAudioTranscriptDoneEvent {
    type: "response.audio.transcript.done";
}

Properties

Properties

type: "response.audio.transcript.done"

The type of the event. Always response.audio.transcript.done.