是否可以将机器人发布到我组织中的所有团队?
Is it possible to publish bot to all teams in my organization?
我使用 Directline API 在各种内部网站上部署了一个机器人。我现在想部署到 Teams,仅限于我们的组织(即不是 public)。我知道如何将应用程序上传到单个团队,但如果可能,我们希望不必为每个团队都这样做。
这个post问了同样的问题,但现在已经很老了:
Limit a teams bot to my organization
有没有办法将机器人部署到团队,以便所有团队都可以使用它,但仅限于我们的组织?
目前没有特定于组织的分配机制。
参考:https://github.com/OfficeDev/BotBuilder-MicrosoftTeams/issues/72
编辑:(来自 link 的答案副本)
@Mikhail2k15, those are great feature ideas. A bot could enforce AAD
SG membership itself by requiring the user to log in first, but a
top-down way of enforcing this is good.
I will discuss this with the team, but in the meantime please add
these as suggestions using UserVoice - click on the Feedback
(lightbulb icon) and add these two feature ideas as individual
requests so other users can vote on them too (I haven't checked to see
that they exist yet - they might).
我使用 Directline API 在各种内部网站上部署了一个机器人。我现在想部署到 Teams,仅限于我们的组织(即不是 public)。我知道如何将应用程序上传到单个团队,但如果可能,我们希望不必为每个团队都这样做。
这个post问了同样的问题,但现在已经很老了:
Limit a teams bot to my organization
有没有办法将机器人部署到团队,以便所有团队都可以使用它,但仅限于我们的组织?
目前没有特定于组织的分配机制。
参考:https://github.com/OfficeDev/BotBuilder-MicrosoftTeams/issues/72
编辑:(来自 link 的答案副本)
@Mikhail2k15, those are great feature ideas. A bot could enforce AAD SG membership itself by requiring the user to log in first, but a top-down way of enforcing this is good.
I will discuss this with the team, but in the meantime please add these as suggestions using UserVoice - click on the Feedback (lightbulb icon) and add these two feature ideas as individual requests so other users can vote on them too (I haven't checked to see that they exist yet - they might).