简体   繁体   English

Teams 应用程序具有动态机器人配置的方式

[英]Way for Teams App to have dynamic bot configuration

I am building a Teams App with Bot functionality for proactive messaging targeting single tenants, however I would like to have the bot published in the public marketplace so that users can install it from the marketplace instead of sideloading to their teams.我正在构建一个具有 Bot 功能的 Teams 应用程序,用于针对单个租户的主动消息传递,但是我希望将 bot 发布到公共市场,以便用户可以从市场安装它,而不是侧载到他们的团队。 The bot resources and code will be dynamically created on the tenant's azure.机器人资源和代码将在租户的 azure 上动态创建。

Is there a way for me to have the bot id on the marketplace be dynamic depending on who installed it?有没有办法让市场上的机器人 ID 根据谁安装而动态?

By default the bot is multitenant application.默认情况下,机器人是多租户应用程序。 You can use the same bot Id across different tenants.您可以跨不同租户使用相同的机器人 ID。

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

相关问题 如何为使用 microsoft bot 框架构建的团队 bot 提供动态流程? - How to have dynamic flow for teams bot built using microsoft bot framework? 应用程序描述未显示在选项卡配置页面 header MS Bot for Teams (nodejs) - App description is not showing in tab configuration page header MS Bot for Teams (nodejs) 为用户卸载 ms 团队应用程序/机器人(机器人框架机器人) - Uninstall ms teams app / bot for a user ( bot framework bot ) 有没有一种简单的方法可以将自定义机器人添加到 Teams 对话中 - Is there an easy way to add custom bot to Teams conversation 为团队构建的机器人应用服务的安全性 - security of app service for bot built for Teams 有没有办法将 v4 Bot 添加到 Teams? - Is there a way to add a v4 Bot to Teams? Microsoft Teams bot在模拟器和localhost上运行,但不是Teams App - Microsoft Teams bot working from emulator and localhost but not teams app 如何将 Azure Web App Bot 配置为 Teams 中的应用程序 - How to configure Azure Web App Bot as an App in Teams 是否可以在 MS Teams 机器人中拥有特定于国家/地区的命令列表? - Is it possible to have country specific Command Lists in MS Teams bot? 有没有办法在团队机器人框架的同一行中对齐表格内容? - Is there any way to align the table contents in the same line in the teams bot framework?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM