Retrieving Chat Bot conversation data in Azure
问题 A brief background first: The Bot framework stores the conversation data within a storage either Azure tables/Cosmos DB (Azure tables in my case). For each conversation there is an entry made into the Azure table with the timestamp, userid, conversation messages and other details. I am trying to retrieve the conversation details from Azure table storage using custom code in C# as shown below. Microsoft.WindowsAzure.Storage.CloudStorageAccount storageAccount = Microsoft.WindowsAzure.Storage