Android上的可行消息

时间:2018-07-22 21:17:29

标签: android microsoft-teams

除非我弄错了,否则Android上不完全支持Actionable消息卡。有人可以确认吗?如果我尝试将可操作消息发送到某个渠道,甚至是Microsoft提供的示例代码,也可以在Windows上单击“发送反馈”并获得评论框。但是在Android上,单击“发送反馈”没有任何作用。我在下面包含了我正在使用的代码。我也尝试过使用Microsoft的旧消息卡示例进行此操作,结果相同。

{
  "@context": "http://schema.org/extensions",
  "@type": "MessageCard",
  "themeColor": "0072C6",
  "title": "Visit the Outlook Dev Portal",
  "text": "Click **Learn More** to learn more about Actionable Messages!",
  "potentialAction": [
    {
      "@type": "ActionCard",
      "name": "Send Feedback",
      "inputs": [
        {
          "@type": "TextInput",
          "id": "feedback",
          "isMultiline": true,
          "title": "Let us know what you think about Actionable Messages"
        }
      ],
      "actions": [
        {
          "@type": "HttpPOST",
          "name": "Send Feedback",
          "isPrimary": true,
          "target": "https://e45ea2e9.proxy.webhookapp.com/",
          "headers": [
          {
          "name": "comment",
          "value": "test"
          }
          ]
        }
      ]
    },
    {
      "@type": "OpenUri",
      "name": "Learn More",
      "targets": [
        { "os": "default", "uri": "https://docs.microsoft.com/en-us/outlook/actionable-messages" }
      ]
    }
  ]
}

1 个答案:

答案 0 :(得分:1)

Office 365连接器卡在Teams移动客户端上无法正常工作是一个长期存在的问题。这只是一个例子。

今年夏天,我们的移动团队将在这一领域做出巨大努力,并应该拥有Office 365连接器卡(包括“可操作的消息”,这就是这种意思)以及适用于iOS和Android的新的自适应卡标准, 2018年夏中至夏末