LuisRecognizer 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.
A LUIS based implementation of ITelemetryRecognizer.
public class LuisRecognizer : Microsoft.Bot.Builder.AI.Luis.ITelemetryRecognizer, Microsoft.Bot.Builder.IRecognizer
type LuisRecognizer = class
interface ITelemetryRecognizer
interface IRecognizer
Public Class LuisRecognizer
Implements IRecognizer, ITelemetryRecognizer
- Inheritance
-
LuisRecognizer
- Implements
Constructors
LuisRecognizer(LuisApplication, IBotTelemetryClient, Boolean, LuisPredictionOptions, Boolean, HttpClientHandler) |
Obsolete.
Initializes a new instance of the LuisRecognizer class. |
LuisRecognizer(LuisApplication, LuisPredictionOptions, Boolean, HttpClientHandler) |
Obsolete.
Initializes a new instance of the LuisRecognizer class. |
LuisRecognizer(LuisRecognizerOptions, HttpClientHandler) |
Initializes a new instance of the LuisRecognizer class. |
LuisRecognizer(LuisService, LuisPredictionOptions, Boolean, HttpClientHandler) |
Obsolete.
Initializes a new instance of the LuisRecognizer class. |
LuisRecognizer(String, LuisPredictionOptions, Boolean, HttpClientHandler) |
Obsolete.
Initializes a new instance of the LuisRecognizer class. |
Fields
DeclarativeType |
The declarative type for this recognizer. |
LuisTraceLabel |
The context label for a LUIS trace activity. |
LuisTraceType |
The value type for a LUIS trace activity. |
Properties
DefaultHttpClient |
Obsolete.
Gets the default HttpClient to use when calling the LUIS API. |
LogPersonalInformation |
Gets or sets a value indicating whether to log personal information that came from the user to telemetry. |
TelemetryClient |
Gets the currently configured IBotTelemetryClient that logs the LuisResult event. |