Emitted when the audio response is complete.

interface ResponseAudioDoneEvent {
    type: "response.audio.done";
}

Properties

Properties

type: "response.audio.done"

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