简体   繁体   中英

Get Active Dialog from Microsoft bot framework composer

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?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM