How to detect end of dialog in Botframework v4?
问题 I'm trying to kick off a feedback dialog following the completion of any other dialog in the system. I found this answer which says to use onEndDialog , but that isn't a valid function in ActivityHandler, only onDialog . My "main dialog" is in bot.js extending ActivityHandler, which is why I am not extending ComponentDialog. Given how this is set up, is there any way to determine when a dialog has ended? I tried to check the dialog stack in onDialog , but it reads as no dialog for the welcome