Share via


ClientEventInputAudioTurnStart interface

Indicates the start of a new audio input turn.

Extends

Properties

turnId

Unique identifier for the input audio turn.

type

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

Inherited Properties

eventId

Property Details

turnId

Unique identifier for the input audio turn.

turnId: string

Property Value

string

type

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

type: "input_audio.turn.start"

Property Value

"input_audio.turn.start"

Inherited Property Details

eventId

eventId?: string

Property Value

string

Inherited From ClientEvent.eventId