VoiceAgentServerEventSessionAvatarSwitchToIdle interface

The session.avatar.switch_to_idle server event.

Extends

Properties

event_id

The unique identifier of the server event.

turn_id

The identifier of the conversation turn associated with the transition to idle.

type

The event type. Always session.avatar.switch_to_idle.

Property Details

event_id

The unique identifier of the server event.

event_id: string

Property Value

string

turn_id

The identifier of the conversation turn associated with the transition to idle.

turn_id?: string

Property Value

string

type

The event type. Always session.avatar.switch_to_idle.

type: "session.avatar.switch_to_idle"

Property Value

"session.avatar.switch_to_idle"