Send this event to update a transcription session.

interface TranscriptionSessionUpdate {
    event_id?: string;
    session: OpenAIClient.Beta.Realtime.TranscriptionSessionUpdate.Session;
    type: "transcription_session.update";
}

Properties

event_id?: string

Optional client-generated ID used to identify this event.

Realtime transcription session object configuration.

type: "transcription_session.update"

The event type, must be transcription_session.update.