Forum Discussion
voonsionglum
Apr 10, 2020Copper Contributor
Handling Teams latency
Hi, We have a bot that is showing users adaptive cards. The cards are built with submit action buttons. We have noticed that when users click on the submit buttons, the bot and its web app may take...
- Apr 10, 2020
voonsionglum Does your Button event click is executing the POST call. If not then request you to perform HTTP POST request. This would disable the button. I have performed this in Message card and it works fine for me. I mean, it disables my button until the response received back from the server.
NadirRiyani
Apr 10, 2020Copper Contributor
voonsionglum Does your Button event click is executing the POST call. If not then request you to perform HTTP POST request. This would disable the button. I have performed this in Message card and it works fine for me. I mean, it disables my button until the response received back from the server.
- voonsionglumApr 10, 2020Copper Contributor
Kudos! I did not know there was another action type called Action.HTTP. From http://www.msclouddeveloper.com/adaptive-card-with-http-post/, it looks like we might be able to handle latency better.
Thank You!