LUIS:使用 LuisClient 连接到暂存环境

LUIS: connect to staging environment using the LuisClient

当我从 Microsoft.Cognitive.LUIS nuget 包创建 LuisClient 实例时,是否可以在暂存环境和生产环境之间进行选择?

正如您在 LUIS 门户上看到的,对暂存调用与生产调用的区别在于在查询字符串中使用 staging=true 值,例如欧洲的一个项目:

https://westeurope.api.cognitive.microsoft.com/luis/v2.0/apps/myAppId?subscription-key=mySubscriptionKey&staging=true&verbose=true&timezoneOffset=0&q=

此变量Microsoft.Cognitive.LUIS不可用: