RealtimeServerEventSessionUpdated interface

Returned when a session is updated with a session.update event, unless there is an error.

Extends

Properties

event_id

The unique ID of the server event.

session

The session configuration.

type

The event type, must be session.updated.

Property Details

event_id

The unique ID of the server event.

event_id: string

Property Value

string

session

The session configuration.

session: VoiceAgentSessionResponse

Property Value

type

The event type, must be session.updated.

type: "session.updated"

Property Value

"session.updated"