Share via


ClientEventInputAudioTurnAppend interface

Appends audio data to an ongoing input turn.

Extends

Properties

audio

Base64-encoded audio chunk.

turnId

The ID of the turn this audio is part of.

type

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

Inherited Properties

eventId

Property Details

audio

Base64-encoded audio chunk.

audio: string

Property Value

string

turnId

The ID of the turn this audio is part of.

turnId: string

Property Value

string

type

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

type: "input_audio.turn.append"

Property Value

"input_audio.turn.append"

Inherited Property Details

eventId

eventId?: string

Property Value

string

Inherited From ClientEvent.eventId