LuisRecognizerOptionsV3 Class

Definition

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

Constructors

LuisRecognizerOptionsV3(LuisApplication)

Initializes a new instance of the LuisRecognizerOptionsV3 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)
ExternalEntityRecognizer

Gets or sets entity recognizer to recognize external entities to pass to LUIS.

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 V3 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