ChoiceInput.RecognizerOptions 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.
Gets or sets how to recognize choices in the response.
public AdaptiveExpressions.Properties.ObjectExpression<Microsoft.Bot.Builder.Dialogs.Choices.FindChoicesOptions> RecognizerOptions { get; set; }
member this.RecognizerOptions : AdaptiveExpressions.Properties.ObjectExpression<Microsoft.Bot.Builder.Dialogs.Choices.FindChoicesOptions> with get, set
Public Property RecognizerOptions As ObjectExpression(Of FindChoicesOptions)
Property Value
FindChoicesOptions or expression which evaluates to FindChoicesOptions.