I’m using "microsoft bot builder" library to build a bot in c#. I have a card that contains an AdaptiveSubmitAction button which will present a new card on click. I want to prevent a new card from being displayed if the user double clicks on the "Submit" button.. how would that be possible? This isRead more