Returned when the input audio buffer is cleared by the client with a input_audio_buffer.clear event.

interface InputAudioBufferClearedEvent {
    event_id: string;
    type: "input_audio_buffer.cleared";
}

Properties

Properties

event_id: string

The unique ID of the server event.

type: "input_audio_buffer.cleared"

The event type, must be input_audio_buffer.cleared.