LuisRecognizerOptionsV2 Class

Definition

public class LuisRecognizerOptionsV2 : Microsoft.Bot.Builder.AI.Luis.LuisRecognizerOptions
type LuisRecognizerOptionsV2 = class
    inherit LuisRecognizerOptions
Public Class LuisRecognizerOptionsV2
Inherits LuisRecognizerOptions
Inheritance
LuisRecognizerOptionsV2

Constructors

LuisRecognizerOptionsV2(LuisApplication)

Initializes a new instance of the LuisRecognizerOptionsV2 class.

Fields

LuisTraceLabel

The context label for a LUIS trace activity.

LuisTraceType

The value type for a LUIS trace activity.

Properties

Application

Gets the LUIS application used to recognize text..

(Inherited from LuisRecognizerOptions)
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.

(Inherited from LuisRecognizerOptions)
LogPersonalInformation

Gets or sets a value indicating whether to log personal information that came from the user to telemetry.

(Inherited from LuisRecognizerOptions)
PredictionOptions

Gets or sets the Luis Prediction Options for the V2 endpoint.

TelemetryClient

Gets or sets the IBotTelemetryClient used to log the LuisResult event.

(Inherited from LuisRecognizerOptions)
Timeout

Gets or sets the time in milliseconds to wait before the request times out.

(Inherited from LuisRecognizerOptions)

Applies to