Del via


LuisRecognizerOptions Class

Definition

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.

Applies to