LuisRecognizerOptions interface

Properties

includeAPIResults

(Optional) Force the inclusion of LUIS Api call in results returned by recognize(). Defaults to a value of false

logPersonalInformation

(Optional) Designates whether personal information should be logged in telemetry.

telemetryClient

(Optional) Telemetry Client.

Property Details

includeAPIResults

(Optional) Force the inclusion of LUIS Api call in results returned by recognize(). Defaults to a value of false

includeAPIResults?: boolean

Property Value

boolean

logPersonalInformation

(Optional) Designates whether personal information should be logged in telemetry.

logPersonalInformation?: boolean

Property Value

boolean

telemetryClient

(Optional) Telemetry Client.

telemetryClient?: BotTelemetryClient

Property Value

BotTelemetryClient