ChoicePrompt clears UserState or StepContext
问题 I implemented a bot with the Microsoft BotFramework. For gathering user data, I use ChoicePrompts. When a user doesn't choose one of the proposed options, the ChoicePrompt repeats until the user enters a valid option (this is default behavior from the prompt method). Unfortunately, the stepContext seems to refresh, if the ChoicePrompt reprompts the user. I used this documentation to store user data. This means that I lose the data that has been prompted from the user until then. This is my