How to store & retrieve Bot Data in Azure Table storage with directLine channel?
问题 I'm using Microsoft Bot Framework with directLine channel. My Bot is a part of company's customer portal from where I fetch some user information and store it in BotState using stateClient as shown below public ActionResult Index() { var userId = ClaimsPrincipal.Current.FindFirst(ClaimTypes.NameIdentifier).Value; GetTokenViaBootStrap().Wait(); var botCred = new MicrosoftAppCredentials( ConfigurationManager.AppSettings["MicrosoftAppId"], ConfigurationManager.AppSettings["MicrosoftAppPassword"]