HangupOutcome Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This is the outcome of the "hangup" action. This is conveyed to the customer as POST to the customer CallBack Url (if specified).
public class HangupOutcome : Microsoft.Bot.Builder.Calling.ObjectModel.Contracts.OperationOutcomeBase
type HangupOutcome = class
inherit OperationOutcomeBase
Public Class HangupOutcome
Inherits OperationOutcomeBase
- Inheritance
Constructors
| HangupOutcome() |
Properties
| FailureReason |
reason for failure (if any) (Inherited from OperationOutcomeBase) |
| Id |
The operation id which was specified when customer specified an action (Inherited from OperationOutcomeBase) |
| Outcome |
Outcome of the operation (Inherited from OperationOutcomeBase) |
| Type |
The type of outcome. Various concrete outcome classes specify their name. This is used to deserialize (at the customer end) a list of outcomes from JSON to their respective concrete classes. (Inherited from OperationOutcomeBase) |
Methods
| Validate() | (Inherited from OperationOutcomeBase) |