清单:
技能javascript:
await context.sendActivity({
value: {
result: context.activity.text
},
valueType: 'object',
type: ActivityTypes.EndOfConversation,
code: EndOfConversationCodes.CompletedSuccessfully
}, undefined, InputHints.IgnoringInput);
在清单中:
"skillOutput": {
"type": "object",
"required": [
],
"properties": {
"result": {
"type": "string",
"title": "selected string"
}
}
}
可以帮忙吗?该机器人不会将结果委托给PVA