VoiceAgentServerEventSessionAvatarSwitchToSpeaking interface
The session.avatar.switch_to_speaking 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 speaking. |
| type | The event type. Always |
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 speaking.
turn_id?: string
Property Value
string
type
The event type. Always session.avatar.switch_to_speaking.
type: "session.avatar.switch_to_speaking"
Property Value
"session.avatar.switch_to_speaking"