How to save and later retrieve data acquired from the OnEventActivityAsync method
问题 I am making a bot in the Azure Bot Framework that is built to filter the answers it can give differently depending on what page(of a website) the user is on. To get the data, I am posting an event activity to my bot via the back-channel method which is being caught and handled. The problem is that I need to be able to store its data in some type of storage (Like the conversationState for example), and then retrieve it later when an OnMessageActivityAsync is triggered, as that is what sends