I am writing a messaging extension for users to be send adaptive cards. I did created adaptive card from MessagingExtensionResult from query panel and added Tap action to ThumbnailCard for rating, but when I click Action.Submit and rised OnTeamsMessagingExtensionCardButtonClickedAsync event, I can not send a response or update adaptive card for responses. It always show "Unable to reach app. Please try again.".
I can get data but can't update adaptive card for user to see actions for their selections. Is there any way OnTeamsMessagingExtensionCardButtonClickedAsync to update rised adaptive card or send an update to channel.
To be remember, my app is not a bot so its not fully capable of doing bot events or actions.
