I am using bot framework SDK in Python for Teams channel .
Bot showing "Unable to reach app. Please try again" in adaptive card even my whole process is completed successfully and I got back the responses properly.
I also go through https://learn.microsoft.com/en-us/azure/bot-service/bot-builder-howto-long-operations-guidance?view=azure-bot-service-4.0 this but not proper solution in python .
i want solution like .. can I disable the this 10 or 15 second timeout on action button ? OR Is there any other way to increase this 15 sec timeout time ? OR Is there any way action button wait for response on behalf of sending error message ?