Class Recognize
Inheritance
System.Object
Recognize
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()
Assembly: Microsoft.Skype.Bots.Calling.ObjectModel.dll
Syntax
public class Recognize : ActionBase
Constructors
Recognize()
Declaration
Properties
BargeInAllowed
Declaration
public bool ? BargeInAllowed { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Choices
Declaration
public IEnumerable<RecognitionOption> Choices { get; set; }
Property Value
CollectDigits
Declaration
public CollectDigits CollectDigits { get; set; }
Property Value
Culture
Declaration
public Culture? Culture { get; set; }
Property Value
Type |
Description |
System.Nullable<Culture> |
|
InitialSilenceTimeoutInSeconds
Declaration
public double ? InitialSilenceTimeoutInSeconds { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Double> |
|
InterdigitTimeoutInSeconds
Declaration
public double ? InterdigitTimeoutInSeconds { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Double> |
|
PlayPrompt
Declaration
public PlayPrompt PlayPrompt { get; set; }
Property Value
Methods
Validate()
Declaration
public override void Validate()
Overrides