我的经验是将“ blahblah@example.com”显示为文字文本。
(实际发送的电子邮件地址有效。以上虚拟电子邮件地址仅出于安全考虑。)
这是作为频道消息发送的JSON
{
"contentType": "application/vnd.microsoft.card.adaptive",
"content": {
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"type": "AdaptiveCard",
"version": "1.0",
"body": [
{
"type": "Container",
"items": [
{
"weight": "bolder",
"size": "medium",
"text": "<at>blahblah@example.com</at> Hello World",
"wrap": false,
"type": "TextBlock"
}
]
}
],
"actions": []
}
}
最好使用我自己的机器人,而不是Flow [bot]。
答案 0 :(得分:0)
@Leon当前,无法用Adaptive Card来提拔用户。您可以mention in a text message,但不能刷卡。这是我们正在努力的工作,但我们没有与您共享的预计到达时间。