在 Microsoft Bot Framework Web Chat 中唯一标识用户

Uniquely identify user in Microsoft Bot Framework Web Chat

我想在 Web Chat 中唯一标识用户并存储用户特有的信息。

据我所知Web Chat不支持频道数据,请问有什么方法可以识别用户吗?

谁能帮我解决这个问题?

activity that your bot receives and send contains a From and a Recipient property that you can inspect to get details about the user, including the Id.