LuisCallingOptions interface
这会自定义服务如何调用 LUIS 正式版项目。
属性
| bing |
启用必应拼写检查时要使用的订阅密钥 |
| log | 保存日志,以便稍后在训练话语中添加。 |
| show |
设置为 true 可显示所有意向。 |
| spell |
启用拼写检查。 |
| timezone |
请求位置的时区偏移量。 |
| verbose | 启用详细响应。 |
属性详细信息
bingSpellCheckSubscriptionKey
启用必应拼写检查时要使用的订阅密钥
bingSpellCheckSubscriptionKey?: string
属性值
string
log
保存日志,以便稍后在训练话语中添加。
log?: boolean
属性值
boolean
showAllIntents
设置为 true 可显示所有意向。
showAllIntents?: boolean
属性值
boolean
spellCheck
启用拼写检查。
spellCheck?: boolean
属性值
boolean
timezoneOffset
请求位置的时区偏移量。
timezoneOffset?: number
属性值
number
verbose
启用详细响应。
verbose?: boolean
属性值
boolean