Adding an adaptive card to bot framework with python
问题 I am playing a little bit with the samples of the bot framework in python from here https://github.com/Microsoft/botbuilder-python Now I want to add a simple adaptive card to the response which I believe it is the part where it says await context.send_activity(response) but I can not attach the card. I grabbed the card from the docs sample: { "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "type": "AdaptiveCard", "version": "1.0", "body": [ { "type": "Container", "items": [ {