Questions tagged [adaptive-cards]

Enquiries about how to effectively incorporate and utilize Adaptive Cards with the Microsoft Bot Builder platform

Utilizing JSON Keys with Spaces in Adaptive Card Templates

Having difficulty utilizing API response data for Adaptive Card templating due to key names containing spaces. For instance, consider the following example: Data { "General": { "Computer Name": "Computer-Name", &quo ...

Error: Unable to locate module adaptivecards-templating

After adding the module through the command: npm install adaptive-expressions adaptivecards-templating --save and importing it, I encountered an error when trying to run my application: ...

Are you familiar with Bot Framework's Postbacks event?

Question: I am working with an adaptive card that includes a postback button with the value "thisIsMyPostback". I want to perform different actions based on whether the user clicks the button or simply sends "thisIsMyPostback" as a message. The issue is t ...