ServerEventSessionAvatarSwitchToSpeaking interface
Returned when the avatar switches to speaking state.
- Extends
Properties
| turn |
The ID of the turn associated with the avatar state change. |
| type | The event type, must be |
Inherited Properties
| event |
Property Details
turnId
The ID of the turn associated with the avatar state change.
turnId?: string
Property Value
string
type
The event type, must be session.avatar.switch_to_speaking.
type: "session.avatar.switch_to_speaking"
Property Value
"session.avatar.switch_to_speaking"