如何将主动信息标记为重要

发布于 2025-02-13 01:41:26 字数 508 浏览 0 评论 0原文

我有一个机器人应用程序,该应用程序将主动在频道中以自适应卡的形式发送。以下是负责创建主动消息的代码的部分。

adapter.continueConversationAsync(
   botid, 
   {reference },
   async (turnContext) => {
      await turnContext.sendActivities([Adaptive card body]);
   }
)

问题:有没有办法将消息标记为很重要!如下:

“输入图像描述在这里”

I have a bot application that sends proactive messages in the channel as adaptive cards. Below is the piece of the code responsible for creating the proactive messages.

adapter.continueConversationAsync(
   botid, 
   {reference },
   async (turnContext) => {
      await turnContext.sendActivities([Adaptive card body]);
   }
)

Question: Is there a way how we can mark the message as IMPORTANT! like below:

enter image description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

陈年往事 2025-02-20 01:41:26

要获得更多可见性,请添加评论部分中的答案:

当前我们不支持使用机器人发送重要的消息。

您可以在Microsoft团队中分享您的反馈

微软将始终专注于客户的反馈和经验。
将来会根据客户的反馈添加一些新功能,并将您的好主意对他们改善服务非常有帮助。

For more visibility, adding the answer from the comment section:

Currently we do not support sending important messages with bots.

You can please share your feedback in Microsoft Teams Feedback Portal.

Microsoft will always focus on customer’s feedback and experience.
Some new features would be added to the services based on customers' feedback in the future, and your good ideas will be very helpful for them to improve the service.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文