LuisRecognizerOptions Class
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.
Caution
This class has been deprecated, use Microsoft.Bot.Builder.AI.Luis.LuisRecognizerOptionsV2 or Microsoft.Bot.Builder.AI.Luis.LuisRecognizerOptionsV3 instead.
Optional parameters for a LUIS recognizer.
[System.Obsolete("This class has been deprecated, use Microsoft.Bot.Builder.AI.Luis.LuisRecognizerOptionsV2 or Microsoft.Bot.Builder.AI.Luis.LuisRecognizerOptionsV3 instead.")]
public class LuisRecognizerOptions
[<System.Obsolete("This class has been deprecated, use Microsoft.Bot.Builder.AI.Luis.LuisRecognizerOptionsV2 or Microsoft.Bot.Builder.AI.Luis.LuisRecognizerOptionsV3 instead.")>]
type LuisRecognizerOptions = class
Public Class LuisRecognizerOptions
- Inheritance
-
LuisRecognizerOptions
- Attributes
Constructors
LuisRecognizerOptions() |
Properties
HttpClient |
Gets or sets the handler for sending http calls. |
LogPersonalInformation |
Gets or sets a value indicating whether to log personal information that came from the user to telemetry. |
TelemetryClient |
Gets or sets the IBotTelemetryClient used to log the LuisResult event. |
Timeout |
Gets or sets the time span to wait before the request times out. |