VoiceAgentEndConversationSystemTool interface
A service-managed control that ends the active conversation.
- Extends
Properties
| name | The service-managed control action. Always |
Inherited Properties
| description | An optional description of the system tool. |
| type | The type of the tool. Always |
Property Details
name
The service-managed control action. Always end_conversation.
name: "end_conversation"
Property Value
"end_conversation"
Inherited Property Details
description
An optional description of the system tool.
description?: string
Property Value
string
Inherited From VoiceAgentSystemTool.description
type
The type of the tool. Always system.
type: "system"
Property Value
"system"
Inherited From VoiceAgentSystemTool.type