Using botbuilder 4.11.0 for node.js.
I have 2 task modules with adaptive card called master and detail. Master has 2 submit action buttons, the first one is submit the form directly, the another submit is fetch the detail task module to gather more information.
The master task module can invoke by bot or messaging extensions, it works perfect on bot, but not in messaging extensions. Every time I click the detail button, the dialog window always closed after loading.
I implement both handleTeamsTaskModuleFetch
and handleTeamsMessagingExtensionFetchTask
to handle the task/fetch
and composeExtension/fetchTask
event. They are return the same task object