LuisRecognizerOptionsV2 interface
- Extends
Properties
| api |
Luis Api endpoint version. |
| bing |
(Optional) Bing Spell Check subscription key. |
| include |
(Optional) Determine if all intents come back or only the top one. |
| include |
(Optional) A value indicating whether or not instance data should be included in response. |
| log | (Optional) If queries should be logged in LUIS. |
| spell |
(Optional) Whether to spell check query. |
| staging | (Optional) Whether to use the staging endpoint. |
| timezone |
(Optional) The time zone offset for resolving datetimes. |
Inherited 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
apiVersion
Luis Api endpoint version.
apiVersion: "v2"
Property Value
"v2"
bingSpellCheckSubscriptionKey
(Optional) Bing Spell Check subscription key.
bingSpellCheckSubscriptionKey?: string
Property Value
string
includeAllIntents
(Optional) Determine if all intents come back or only the top one.
includeAllIntents?: boolean
Property Value
boolean
includeInstanceData
(Optional) A value indicating whether or not instance data should be included in response.
includeInstanceData?: boolean
Property Value
boolean
log
(Optional) If queries should be logged in LUIS.
log?: boolean
Property Value
boolean
spellCheck
(Optional) Whether to spell check query.
spellCheck?: boolean
Property Value
boolean
staging
(Optional) Whether to use the staging endpoint.
staging?: boolean
Property Value
boolean
timezoneOffset
(Optional) The time zone offset for resolving datetimes.
timezoneOffset?: number
Property Value
number
Inherited 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
Inherited From LuisRecognizerOptions.includeAPIResults
logPersonalInformation
(Optional) Designates whether personal information should be logged in telemetry.
logPersonalInformation?: boolean
Property Value
boolean
Inherited From LuisRecognizerOptions.logPersonalInformation
telemetryClient
(Optional) Telemetry Client.
telemetryClient?: BotTelemetryClient
Property Value
BotTelemetryClient
Inherited From LuisRecognizerOptions.telemetryClient