Skip to main content

Using Adaptive Cards on Power Virtual Agent

 

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



Comments