Upload/Download Bot Framework Composer Conversation/Chat
Introduction Using the Microsoft.Bot.Builder.Azure.Blobs NuGet package, we can store and retrieve conversation data for your Bot Framework Composer bot in Azure Blob Storage. This can enable you to achieve upload and download functionality for conversations/chats. Below are the general steps to implement this in your bot: Step 1: Install NuGet …