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.
Caution
Class is deprecated, please use Microsoft.Bot.Builder.AI.Luis.LuisRecognizer(LuisRecognizerOptions recognizer).
A LUIS based implementation of ITelemetryRecognizer for the V3 endpoint.
[System.Obsolete("Class is deprecated, please use Microsoft.Bot.Builder.AI.Luis.LuisRecognizer(LuisRecognizerOptions recognizer).")]
public class LuisRecognizer : Microsoft.Bot.Builder.AI.Luis.ITelemetryRecognizer, Microsoft.Bot.Builder.IRecognizer
[<System.Obsolete("Class is deprecated, please use Microsoft.Bot.Builder.AI.Luis.LuisRecognizer(LuisRecognizerOptions recognizer).")>]
type LuisRecognizer = class
interface ITelemetryRecognizer
interface IRecognizer
Public Class LuisRecognizer
Implements IRecognizer, ITelemetryRecognizer
- Inheritance
-
LuisRecognizer
- Attributes
- Implements
Constructors
LuisRecognizer(LuisApplication, LuisRecognizerOptions, LuisPredictionOptions) |
Initializes a new instance of the LuisRecognizer class. |
Fields
LuisTraceLabel |
The context label for a LUIS trace activity. |
LuisTraceType |
The value type for a LUIS trace activity. |
Properties
DefaultHttpClient |
Gets client to use for http. |
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. |