【发布时间】:2021-01-11 12:15:43
【问题描述】:
我有一个 Microsoft LUIS Dispatch 模型。每当我尝试使用调度刷新所有子模型自动发布到生产槽中。我想首先将调度发布到登台以进行测试,然后仅发布到生产。如何做到这一点?我是否缺少 .dispatch 文件中的任何键?
{
"authoringRegion": "westus",
"hierarchical": true,
"useAllTrainingData": false,
"dontReviseUtterance": false,
"copyLuisData": true,
"normalizeDiacritics": true,
"appId": "DispatchAppId",
"authoringKey": "AuthKey",
"version": "v3",
"region": "westus",
"type": "dispatch",
"name": "DispatchModel"
"services": [
{
"intentName": "l_Model1",
"appId": "MyAppid-1",
"authoringKey": "AuthKey",
"version": "v3",
"region": "westus",
"type": "luis",
"name": "Model1",
"id": "1"
},
{
"intentName": "l_Model2",
"appId": "MyAppid-2",
"authoringKey": "AuthKey",
"version": "v3",
"region": "westus",
"type": "luis",
"name": "Model2",
"id": "1"
}
],
"serviceIds": [
"1",
"2"
]
}
谢谢, 呸呸呸
【问题讨论】:
标签: botframework microsoft-cognitive azure-language-understanding azure-cognitive-services