Class RecognizeOutcome
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 RecognizeOutcome : OperationOutcomeBase
Constructors
RecognizeOutcome()
Declaration
public RecognizeOutcome()
Properties
ChoiceOutcome
Declaration
public ChoiceOutcome ChoiceOutcome { get; set; }
Property Value
Type | Description |
---|---|
ChoiceOutcome |
CollectDigitsOutcome
Declaration
public CollectDigitsOutcome CollectDigitsOutcome { get; set; }
Property Value
Type | Description |
---|---|
CollectDigitsOutcome |
Methods
Validate()
Declaration
public override void Validate()