I have two LUIS dialogs created using c# bot framework. I am unable to switch to another LUIS dialog once the language changes
In the closing intent I am using postAsync method to post the msg
After that if I don't use context.wait(this.messagetecieived) , dialog switches but it throws error.
If I use context.wait it will goes to infinite loop and it never ends the dialog
I tried using context.done. but no use.
Please help me