web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :

Using Adaptive Cards on Power Virtual Agent

Michael Ghebremedin Profile Picture Michael Ghebremedin 107

 

Adaptive Card for Power Virtual Agent its on preview, this feature will enable you to enhance your bot with a better visual responses.

Here is a demo of a Power Virtual Agent I have embedded on Teams






Its quite easy to implement you can use Adaptive Card Designer to generate JSON for your Adaptive Card.

You can start by selecting "Ask with Adaptive Card"



Here will be able to configure



You can Use Adaptive Card Designer for designing your Card, its quite easy to work with. If you are skilled developer you can take advantage of the JSON.

This is your JSON template:

{

    "type": "AdaptiveCard",

    "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",

    "version": "1.5",

    "body": []

}


T




This was originally posted here.

Comments

*This post is locked for comments