Microsoft团队:Bot和任务模块

时间:2019-01-14 18:57:13

标签: botframework microsoft-teams

我为Microsoft团队创建了一个机器人。我使用任务模块与机器人进行通信。

请求:

{
    "name": "task/fetch",
    "type": "invoke",
    "value": {
            "data": {
                "type": "task/fetch",
                "data": "Click me"
            },
            "context": {
                "theme": "default"
            }
        }
}

响应:

{
   "task":{
      "type":"continue"
      "value":{
         "url":"http://8364133f.ngrok.io/index.html",
         "title":"Title card",
         "height":"medium",
         "width":"medium",
         "fallbackUrl":"http://8364133f.ngrok.io/index.html"
      },
    }
}

并显示一个带有消息的弹出窗口:“无法加载任务模块。”

如何找出此错误的原因?

Error

1 个答案:

答案 0 :(得分:0)

urlfallbackUrl必须为https。以上是http。抱歉,我没有早点注意到,很容易错过。