Recognize.Choices Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)