Skip to main content

Description

This Node allows you to create and display adaptive cards in your Agent Copilot workspace. Adaptive cards can display rich content and interactive elements, such as images, text, buttons, and forms. The Adaptive Card Designer can help you to define an Adaptive Card. Copy the JSON card payload and paste it into the form. Alternatively, you can use Generative AI to create a new adaptive card or improve an existing one.

Parameters

ParameterTypeDescription
Tile IDCognigyScriptThe ID that you created in the Agent Copilot configuration.
Generate Node OutputTextA prompt or instruction for generating the adaptive card. To apply the prompt, click Generate.
Adaptive Card JSONJSONThe JSON payload to render inside the tile. Supported schema version: 1.5 or earlier.
Before creating an Adaptive Card with Generative AI, ensure that you are connected to one of the LLM Providers.To use this feature, follow these steps:
  1. In the Generate Node Output section, instruct the Generative AI model how to improve the current adaptive card. For example, Create a form with a customer name field and a date input field.
  2. Click Generate. The adaptive card will be generated.
  3. Iteratively improve the resulting adaptive card by giving further instructions in the Generate Node Output section. For example, Add a flight number field.
  4. Click Generate. The existing adaptive card will be updated.
To navigate between your inputs, use back arrow and next-arrow.

More Information

I