AdaptiveCards
AdaptiveCards copied to clipboard
Disable/Hide Adaptive cards after a single use
We are building chatbot leveraging Bot Framework Composer(C# bot). We created a react-app and integrated bot into it with the help of a DirectLine token. Our requirement is to disable the card/action button from WebChat after the adaptive card is rendered, so the user cannot click on the action button again. Is there a way to disable or hide the adaptive card after a single use?
@poojarkpatel how did you solve this? Updating the card with another one with disabled button?