你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

LuisCallingOptions interface

这会自定义服务如何调用 LUIS 正式版项目。

属性

bingSpellCheckSubscriptionKey

启用必应拼写检查时要使用的订阅密钥

log

保存日志,以便稍后在训练话语中添加。

showAllIntents

设置为 true 可显示所有意向。

spellCheck

启用拼写检查。

timezoneOffset

请求位置的时区偏移量。

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