IHangupAction interface
Hang up allows for bot to end ongoing call. Hang up is the last action in workflow. Note, the different between Hangup and Reject. Reject action allows the bot to end the call instead of answering the call while Hangup terminates ongoing call.
- Extends
Properties
| action | Type of action. |
| operation |
Used to correlate outcomes to actions in ConversationResult. |
Property Details
action
Type of action.
action: string
Property Value
string
operationId
Used to correlate outcomes to actions in ConversationResult.
operationId: string
Property Value
string