LuisRecognizer Constructor
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.
Initializes a new instance of the LuisRecognizer class.
public LuisRecognizer (Microsoft.Bot.Builder.AI.LuisV3.LuisApplication application, Microsoft.Bot.Builder.AI.LuisV3.LuisRecognizerOptions recognizerOptions = default, Microsoft.Bot.Builder.AI.LuisV3.LuisPredictionOptions predictionOptions = default);
new Microsoft.Bot.Builder.AI.LuisV3.LuisRecognizer : Microsoft.Bot.Builder.AI.LuisV3.LuisApplication * Microsoft.Bot.Builder.AI.LuisV3.LuisRecognizerOptions * Microsoft.Bot.Builder.AI.LuisV3.LuisPredictionOptions -> Microsoft.Bot.Builder.AI.LuisV3.LuisRecognizer
Public Sub New (application As LuisApplication, Optional recognizerOptions As LuisRecognizerOptions = Nothing, Optional predictionOptions As LuisPredictionOptions = Nothing)
Parameters
- application
- LuisApplication
The LUIS application to use to recognize text.
- recognizerOptions
- LuisRecognizerOptions
(Optional) Options for the created recognizer.
- predictionOptions
- LuisPredictionOptions
(Optional) The default LUIS prediction options to use.