简体   繁体   English

每当用户卸载 bot 并且仅在个人范围内安装 bot 时,有没有办法获取用户详细信息?

[英]Is there any way to get user details whenever user uninstalls bot and bot is installed in personal scope only?

这是带有 membersRemoved 对象的对话更新事件,但仅在机器人安装在组中并且机器人或成员从组中删除的情况下才有效,但当机器人安装在个人范围内时我没有收到任何回调,并且稍后删除。

Unfortunately, there's no event/information sent on this at all from Teams.不幸的是,Teams 根本没有就此发送任何事件/信息。 There's a new event in the bot framework (latest release) called "InstallationUpdate", which I was hoping would cover this, but that also doesn't send anything, at least not at the moment. bot 框架(最新版本)中有一个名为“InstallationUpdate”的新事件,我希望它能涵盖这一点,但它也没有发送任何内容,至少目前没有。

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

相关问题 如何在 Bot Framework 中获取用户详细信息 - How to get user details in Bot Framework 有什么办法可以在MS Bot框架上为对话中的其他用户获取botUserData - Is there any way to get botUserData for other user in conversation on MS bot framework 在个人范围(MS Teams)中安装机器人时如何获取团队ID? - How to get team id when the bot is installed in personal scope(MS Teams)? 从MS BoT Framework聊天中获取用户详细信息 - To get user details from Chat of MS BoT Framework 如何在不访问机器人的情况下获取团队用户详细信息 - How to get the teams user details without accessing the bot 获取bot框架的用户位置 - Get user location for bot framework 在MS Bot Framework机器人中为Azure Active Directory用户获取数据 - Get data for Azure Active Directory user in MS Bot Framework bot 如何使用机器人框架获取机器人用户的 Facebook 电子邮件? - How to get the Facebook email of a user for a bot using bot framework? 如何将用户上下文详细信息从Bot Controller传递到FormDialog - How to pass the user context details from from bot Controller to FormDialog 如何通过Microsoft Bot Framework中的Skype for Business通道获取用户的身份验证详细信息 - How to get Authentication details of user over Skype for Business channel in Microsoft Bot Framework
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM