LuisAdaptiveRecognizer.RecognizerOptions(DialogContext) Method
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.
Construct V3 recognizer options from the current dialog context.
public Microsoft.Bot.Builder.AI.Luis.LuisRecognizerOptionsV3 RecognizerOptions (Microsoft.Bot.Builder.Dialogs.DialogContext dialogContext);
member this.RecognizerOptions : Microsoft.Bot.Builder.Dialogs.DialogContext -> Microsoft.Bot.Builder.AI.Luis.LuisRecognizerOptionsV3
Public Function RecognizerOptions (dialogContext As DialogContext) As LuisRecognizerOptionsV3
Parameters
- dialogContext
- DialogContext
Context.
Returns
LUIS Recognizer options.