Class PlaceCallOutcome
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 PlaceCallOutcome : OperationOutcomeBase
Constructors
PlaceCallOutcome()
Declaration
public PlaceCallOutcome()
Properties
AcceptedModalityTypes
Declaration
public IEnumerable<ModalityType> AcceptedModalityTypes { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<ModalityType> |
AnsweredCallee
Declaration
public Participant AnsweredCallee { get; set; }
Property Value
Type | Description |
---|---|
Participant |
CallFlow
Declaration
public CallFlow CallFlow { get; set; }
Property Value
Type | Description |
---|---|
CallFlow |
Methods
Validate()
Declaration
public override void Validate()