Send Activity and Message same Dialog in Bot FrameWork
Hi everyOne,
I Create one Dialog Bot which have two Dialog Main and Navigation Dialog.. I Call the Navigation Dialog from Main Dialog. I perform some operation in the Dialog at that time want to send two separate Message. For that I use sendActivityAsync method and for another message use PromptOptions. It is working fine in Local Bot Emulator but not Working when Publish the Bot. here is the code for both the Dialog.
Navigation Dialog
CreateandSendMessage() function
working fine in Emulator not in Live.
Emulator::
Live:::
Waiting For any Solution Thanks in Advance.