LuisAdaptiveRecognizerConfiguration interface

Extends

RecognizerConfiguration

Properties

applicationId
dynamicLists
endpoint
endpointKey
externalEntityRecognizer
logPersonalInformation
predictionOptions
version

Inherited Properties

id
telemetryClient

Property Details

applicationId

applicationId?: string | Expression | StringExpression

Property Value

string | Expression | StringExpression

dynamicLists

dynamicLists?: unknown[] | string | Expression | ArrayExpression<unknown>

Property Value

unknown[] | string | Expression | ArrayExpression<unknown>

endpoint

endpoint?: string | Expression | StringExpression

Property Value

string | Expression | StringExpression

endpointKey

endpointKey?: string | Expression | StringExpression

Property Value

string | Expression | StringExpression

externalEntityRecognizer

externalEntityRecognizer?: string | Recognizer

Property Value

string | Recognizer

logPersonalInformation

logPersonalInformation?: boolean | string | Expression | BoolExpression

Property Value

boolean | string | Expression | BoolExpression

predictionOptions

predictionOptions?: LuisAdaptivePredictionOptionsConfiguration | LuisAdaptivePredictionOptions

Property Value

version

version?: string | Expression | StringExpression

Property Value

string | Expression | StringExpression

Inherited Property Details

id

id?: string

Property Value

string

Inherited From RecognizerConfiguration.id

telemetryClient

telemetryClient?: BotTelemetryClient

Property Value

BotTelemetryClient

Inherited From RecognizerConfiguration.telemetryClient