VoiceAgentServerEventSessionSubagentCompleted interface
The session.subagent.completed server event.
- Extends
Properties
| call_id | The identifier of the function call that initiated the consultation. |
| consultation_id | The identifier of the subagent consultation. |
| event_id | The server-generated event identifier. |
| subagent_name | The name of the consulted subagent. |
| type | The event type. Always |
Property Details
call_id
The identifier of the function call that initiated the consultation.
call_id: string
Property Value
string
consultation_id
The identifier of the subagent consultation.
consultation_id: string
Property Value
string
event_id
The server-generated event identifier.
event_id: string
Property Value
string
subagent_name
The name of the consulted subagent.
subagent_name: string
Property Value
string
type
The event type. Always session.subagent.completed.
type: "session.subagent.completed"
Property Value
"session.subagent.completed"