Forum Discussion

voonsionglum's avatar
voonsionglum
Copper Contributor
Jun 19, 2020
Solved

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...
  • Abhijit_MSFT's avatar
    Jun 21, 2020

    voonsionglumEnd 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 

Resources