Share via


ChoiceInput.RecognizerOptions Property

Definition

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.

Applies to