ChoicePrompt.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 additional options passed to the underlying RecognizeChoices(String, IList<Choice>, FindChoicesOptions) method.
public Microsoft.Bot.Builder.Dialogs.Choices.FindChoicesOptions RecognizerOptions { get; set; }
member this.RecognizerOptions : Microsoft.Bot.Builder.Dialogs.Choices.FindChoicesOptions with get, set
Public Property RecognizerOptions As FindChoicesOptions
Property Value
Options to control the recognition strategy.