hangup

View as MarkdownOpen in Claude

End the call with an optional reason.

Properties

hangup
objectRequired

An object that accepts the following properties.

hangup.reason The reason for hanging up the call.

Examples

No parameters

1version: 1.0.0
2sections:
3 main:
4 - answer: {}
5 - hangup: {}

Set a hangup reason

1version: 1.0.0
2sections:
3 main:
4 - answer: {}
5 - hangup:
6 reason: "busy"