VoiceAgentClientEventSessionUpdate interface

The session.update client event.

Properties

event_id

Optional client-generated ID used to identify this event. This is an arbitrary string that a client may assign. It will be passed back if there is an error with the event, but the corresponding session.updated event will not include it.

session

The voice-agent session settings to update.

type

The event type, must be session.update.

Property Details

event_id

Optional client-generated ID used to identify this event. This is an arbitrary string that a client may assign. It will be passed back if there is an error with the event, but the corresponding session.updated event will not include it.

event_id?: string

Property Value

string

session

The voice-agent session settings to update.

session: VoiceAgentSessionUpdate

Property Value

type

The event type, must be session.update.

type: "session.update"

Property Value

"session.update"