Share via


ClientEventInputAudioTurnCancel interface

Cancels an in-progress input audio turn.

Extends

Properties

turnId

The ID of the turn to cancel.

type

The event type, must be 'input_audio.turn.cancel'.

Inherited Properties

eventId

Property Details

turnId

The ID of the turn to cancel.

turnId: string

Property Value

string

type

The event type, must be 'input_audio.turn.cancel'.

type: "input_audio.turn.cancel"

Property Value

"input_audio.turn.cancel"

Inherited Property Details

eventId

eventId?: string

Property Value

string

Inherited From ClientEvent.eventId