Forum Discussion
voonsionglum
Jun 19, 2020Brass Contributor
Skill Dialog: endDialog() does not work
Hi, I am implementing a dialogRootBot that will call a skillDialogBot. My dialogRootBot is able to invoke the skillDialogBot. The conversation can progress until the point where the skillDial...
- Jun 21, 2020
voonsionglum, End dialog method provides the collected data as return value back to the parent context. This can be the bot's turn handler or an earlier active dialog on the dialog stack. This is how the prompt classes are designed. Please check documentation (Implement Dialog, Using Dialogs)to get the clear idea on how Dialogs work
Abhijit_MSFT
Jun 21, 2020Former Employee
voonsionglum, End dialog method provides the collected data as return value back to the parent context. This can be the bot's turn handler or an earlier active dialog on the dialog stack. This is how the prompt classes are designed. Please check documentation (Implement Dialog, Using Dialogs)to get the clear idea on how Dialogs work