Share via


ClientEventInputAudioTurnEnd interface

Marks the end of an audio input turn.

Extends

Properties

turnId

The ID of the audio turn being ended.

type

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

Inherited Properties

eventId

Property Details

turnId

The ID of the audio turn being ended.

turnId: string

Property Value

string

type

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

type: "input_audio.turn.end"

Property Value

"input_audio.turn.end"

Inherited Property Details

eventId

eventId?: string

Property Value

string

Inherited From ClientEvent.eventId