LuisRecognizerOptions Class
Definition
Luis Recognizer Options.
public abstract class LuisRecognizerOptions
type LuisRecognizerOptions = class
Public MustInherit Class LuisRecognizerOptions
- Inheritance
-
LuisRecognizerOptions
- Derived
Constructors
LuisRecognizerOptions(LuisApplication) |
Initializes a new instance of the LuisRecognizerOptions class. |
Properties
Application |
Gets the LUIS application used to recognize text.. |
IncludeAPIResults |
Gets or sets a value indicating whether flag to indicate if full results from the LUIS API should be returned with the recognizer result. |
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 in milliseconds to wait before the request times out. |