interface InputAudioBufferClearEvent {
    event_id?: string;
    type: "input_audio_buffer.clear";
}

Hierarchy

  • BaseClientEvent
    • InputAudioBufferClearEvent

Properties

Properties

event_id?: string
type: "input_audio_buffer.clear"