Wednesday, 10 February 2021

How do I save/load Bot Framework session information to/from the local disk?

I have a question about a Microsoft Teams Python bot. If the bot has been added to some personal chats and group chats and I restart the bot, sometimes the bot needs to be added to the chats again. So I want to make bot sessions.

Is it possible to make a bot session in Microsoft Teams? I want to store session information on the local disk, and then have the bot load that data when it starts.

My bot code is very similar to this sample.

Thank you for your help.



from How do I save/load Bot Framework session information to/from the local disk?

No comments:

Post a Comment