简体   繁体   English

除了个人用户和团队频道,我们可以从 bot 框架向谁发送消息(使用自适应卡)

[英]Apart from Individual users and Teams channel , whom can we send message (with Adaptive card) from bot framework

I Am able to send messages to individual users and general channel of a team using Bot Framework.我能够使用 Bot Framework 向单个用户和团队的一般渠道发送消息。 What I want to know if it's possible to send messages to below target audiences!我想知道是否可以向以下目标受众发送消息!

  1. Private channel of a Specific Team特定团队的私人频道
  2. Any M365 Group and Azure AD Security Group任何 M365 组和 Azure AD 安全组
  3. Any Distribution list任何分发列表

If possible , any link or documentation would be highly appreciated.如果可能的话,任何链接或文档将不胜感激。 Thanks in advance.提前致谢。

You can definitely message to a regular channel in a Team, aside from the "general" channel, but I've not tested a Private Channel.除了“常规”频道之外,您绝对可以向团队中的常规频道发送消息,但我没有测试过私人频道。 I don't see why not though, provided the bot has been added to that specific channel.不过,我不明白为什么不这样做,前提是该机器人已添加到该特定频道。

Aside from that, there's also a Meeting as well as a Group Chat.除此之外,还有会议和群聊。

But all of those are within Teams.但所有这些都在 Teams 中。 An M365 group, or distribution group, you can message as well, but not within Teams as there's no Teams context. M365 组或通讯组也可以发送消息,但不能在 Teams 中发送,因为没有 Teams 上下文。 Remember though, that a Teams bot is built on the Microsoft Bot Framework, which can be used to built bots of other types outside of Teams, eg web chat, facebook, slack, etc. Included is the possibility to build an "email" bot - it uses the same concepts, eg "dialogs" and what not, but communicates via email.但请记住,Teams 机器人是基于 Microsoft Bot 框架构建的,可用于构建 Teams 之外的其他类型的机器人,例如网络聊天、facebook、slack 等。其中包括构建“电子邮件”机器人的可能性- 它使用相同的概念,例如“对话”等等,但通过电子邮件进行交流。 See more at https://docs.microsoft.com/en-us/azure/bot-service/bot-service-channel-connect-email?view=azure-bot-service-4.0https://docs.microsoft.com/en-us/azure/bot-service/bot-service-channel-connect-email?view=azure-bot-service-4.0查看更多信息

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Microsoft Bot Framework - 团队和Skype for Business不支持自适应卡版本 - Microsoft Bot Framework - Adaptive card version not supported in Teams and Skype for Business 如何在 Teams 中使用 Bot Framework 在自适应卡旁边添加提及 - How to add a mention in Teams alongside an adaptive card using Bot Framework 尝试在 MS TEAMS 通道中发送自适应卡时,Bot 抛出“操作返回无效状态代码 'RequestEntityTooLarge'”异常 - Bot throws “Operation returned an invalid status code 'RequestEntityTooLarge'” exception when trying to send adaptive card in MS TEAMS channel 使用自定义API机器人无法使用Bot框架在Microsoft Teams频道中发布操作卡 - Using Custom API bot can't post action card in Microsoft Teams channel using Bot framework 如何再次从 Bot Framework v4 获取自适应卡片列表? - How can I get an adaptive card list from Bot Framework v4 again? Bot Framework - 自适应卡 - 无法在 Direct Line 中渲染卡 - Bot Framework - Adaptive Card - Can't render card in Direct Line 使用团队中的机器人框架向群聊发送消息 - Sending message to a group chat using bot framework from teams 是否可以在瀑布对话框中设置带有日期输入的自适应卡片?(在 Web 和 Teams 上使用 Bot Framework) - Is it possible to set an adaptive card with date input in a waterfall dialog?(Using Bot Framework on Web and Teams) 我们在尝试使用 Microsoft Bot Framework 和 Azure Bot 服务为某些租户发送 Teams 消息时收到禁止错误 - We are receiving the Forbidden error trying to send the Teams message for some tenants using Microsoft Bot Framework and Azure Bot Service 我可以从 Microsoft Teams 中的自适应卡返回对提交操作的失败响应吗 - Can I return a failure response to a Submit action from an Adaptive Card in Microsoft Teams
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM