Class RouteCallOutcome
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Microsoft.Skype.Bots.Calling.ObjectModel.Contracts
Assembly: Microsoft.Skype.Bots.Calling.ObjectModel.dll
Syntax
public class RouteCallOutcome : OperationOutcomeBase
Constructors
RouteCallOutcome()
Declaration
public RouteCallOutcome()
Properties
AnsweredCallee
Declaration
public Participant AnsweredCallee { get; set; }
Property Value
Type | Description |
---|---|
Participant |
CompletionReason
Declaration
public RouteCallCompletionReason CompletionReason { get; set; }
Property Value
Type | Description |
---|---|
RouteCallCompletionReason |
Methods
Validate()
Declaration
public override void Validate()