Processing answer to reminder dialog
问题 I would like to start a 'reminder dialog' when sending a proactive message to a user. The dialog is posted. but when processing the answer it goes back to the main dialog. Currently i create my bot as followed: const conversationState = new ConversationState(mongoStorage); const userState = new UserState(memoryStorage); const bot = new DialogAndWelcomeBot(conversationState, userState, logger); // Listen for incoming activities and route them to your bot main dialog. server.post("/api/messages