Send Adaptive Card Reply

This action sends a Display-type adaptive card to the user. The card is designed in the Adaptive Card Templates designer in the AtBot Admin Portal. To learn more about how to create templates, see Adaptive Card Templates


Fields

Selected Adaptive Card
The Display-type adaptive card to use. This picker will be automatically populated with adaptive cards you are a contributor on or have created in the admin portal.
Reply Activity
The Reply Activity is a special scope value that can only be set to the Reply Activity property that came back from either the When an Intent is Used Trigger or Start a Private Conversation Action.

Dynamic Fields

The fields that show up for you will depend on how your adaptive card is designed. Any object in the adaptive card template that has an ID will be a settable property.
Submit

On a submit type button in a display template, you must supply a JSON object to be passed back to flow when the user clicks it. The JSON must be in the following format:

{
    keyword:"triggerKeyword",
    otherProperties:"anyvalue"
}

Keyword is required and will be the text that is sent to the bot to fire the keyword-based skill. You can add any other data in the JSON and it will be available to parse out when the new skill triggers.