Reputation: 99
I have a bot built using nodejs v3 sdk and I am trying to adaptivecards to make UI experience richer. Is there a goto place I can start with ? Some example will be good to for starters. [https://adaptivecards.io/][1]
Upvotes: 0
Views: 425
Reputation: 359
The Samples section on the Adaptive Cards Website is a good place to start to see the art of the possible with cards. If your using JavaScript for your Bot like I did the Microsoft Documentation for adding Rich Card attachments to the Botframework is useful and this Article has some good examples of showing ways to insert data into fields of Adaptive Cards, which we find useful with loading in answers from QnA Maker.
Hope this helps!
Upvotes: 1