将其添加到团队频道后如何在 msbot 中显示弹出消息(nodejs)

How to show popup message in msbot after adding it to a teams channel (nodejs)

我正在尝试向用户显示一条弹出消息,要求他在将我的机器人添加到团队频道后登录。就像 trello 和 polly does.Here 是 trello 的图片,它是如何在将其添加到团队频道后要求用户登录的。 有什么办法可以实现这样的目标吗? 任何帮助将非常感激

如果您想打开一个弹出窗口以允许用户登录,您可以通过实施 Authentication for your Bot. If you want to open a popup to show a card/Html page you could try using TaskModule.

来实现

这个示例可能有用,它显示了 Auth window

https://github.com/microsoft/BotBuilder-Samples/tree/master/samples/javascript_nodejs/52.teams-messaging-extensions-search-auth-config