Method for rendering an Adaptive Card as an Image
Is your feature request related to a problem? Please describe. I have a web app running bot framework. I am using Whatsapp Business APIs to connect this app to Whatsapp directly instead of using channels like Twilio. I want a way to render adaptive cards as images for Whatsapp, similarly to how its done in the Azure Bot for channels like Skype and Slack where interactive adaptive cards are not compatible yet.
Describe the solution you'd like Ideally I'd want to have a method in Bot Framework that will render adaptive cards from JSON to an image.
Describe alternatives you've considered Not sure if there are alternatives since the adaptive cards in my app can have dynamic information. For static cards I was planning to render it in Adaptive Card Designer and create images from that.
Additional context NA