将结果从Azure机器人技术机器人

问题描述

我已经使用了示例https://github.com/microsoft/BotBuilder-Samples/tree/main/samples/javascript_nodejs/81.skills-skilldialog

清单:

技能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

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)