LuisCallingOptions interface
This customizes how the service calls LUIS Generally Available projects.
Properties
| bing |
The subscription key to use when enabling Bing spell check |
| log | Save log to add in training utterances later. |
| show |
Set true to show all intents. |
| spell |
Enable spell checking. |
| timezone |
The timezone offset for the location of the request. |
| verbose | Enable verbose response. |
Property Details
bingSpellCheckSubscriptionKey
The subscription key to use when enabling Bing spell check
bingSpellCheckSubscriptionKey?: string
Property Value
string
log
Save log to add in training utterances later.
log?: boolean
Property Value
boolean
showAllIntents
Set true to show all intents.
showAllIntents?: boolean
Property Value
boolean
spellCheck
Enable spell checking.
spellCheck?: boolean
Property Value
boolean
timezoneOffset
The timezone offset for the location of the request.
timezoneOffset?: number
Property Value
number
verbose
Enable verbose response.
verbose?: boolean
Property Value
boolean