Show / Hide Table of Contents

Class RecognitionOption

Inheritance
System.Object
RecognitionOption
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Microsoft.Skype.Bots.Calling.ObjectModel.Contracts
Assembly: Microsoft.Skype.Bots.Calling.ObjectModel.dll
Syntax
public class RecognitionOption

Constructors

RecognitionOption()

Declaration
public RecognitionOption()

Properties

DtmfVariation

Declaration
public char ? DtmfVariation { get; set; }
Property Value
Type Description
System.Nullable<System.Char>

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

SpeechVariation

Declaration
public IEnumerable<string> SpeechVariation { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<System.String>

Methods

Validate()

Declaration
public void Validate()

Validate(IEnumerable<RecognitionOption>)

Declaration
public static void Validate(IEnumerable<RecognitionOption> choices)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<RecognitionOption> choices
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX