1
votes

I need to get the active dialog from Microsoft bot framework composer, when I open the project with visual studio and start debugging, in the ComposerBot.cs - OnTurnAsync() method, I didn't find any way to get the active dialog, it always returns the root dialog Id, Is there any way to get the active dialog? how the composer know which dialog should initialize next?

1

1 Answers

0
votes

I investigated this part and I didn't find a way to get the active dialog but if we create dc in composerbot.cs we can get the last intent and see the flow