LuisRecognizerOptions interface
Properties
include |
(Optional) Force the inclusion of LUIS Api call in results returned by recognize(). Defaults to a value of |
log |
(Optional) Designates whether personal information should be logged in telemetry. |
telemetry |
(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