Show / Hide Table of Contents

Class Recognize

Inheritance
System.Object
ActionBase
Recognize
Inherited Members
ActionBase.Equals(Object)
ActionBase.GetHashCode()
ActionBase.OperationId
ActionBase.Action
ActionBase.IsStandaloneAction
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 Recognize : ActionBase

Constructors

Recognize()

Declaration
public Recognize()

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
Type Description
System.Collections.Generic.IEnumerable<RecognitionOption>

CollectDigits

Declaration
public CollectDigits CollectDigits { get; set; }
Property Value
Type Description
CollectDigits

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
Type Description
PlayPrompt

Methods

Validate()

Declaration
public override void Validate()
Overrides
ActionBase.Validate()
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX