Recognize.Choices Property

Definition

List of choices to recognize against. Choices can be speech or dtmf based.

public System.Collections.Generic.IEnumerable<Microsoft.Bot.Builder.Calling.ObjectModel.Contracts.RecognitionOption> Choices { get; set; }
member this.Choices : seq<Microsoft.Bot.Builder.Calling.ObjectModel.Contracts.RecognitionOption> with get, set
Public Property Choices As IEnumerable(Of RecognitionOption)

Property Value

IEnumerable<RecognitionOption>

Applies to