Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

EID workflow studio supports the design and development of adaptive cards for EmpowerID Chatbot. An adaptive card is a commonly used UI component in bot conversation. Adaptive cards are highly interactive since they support using rich text, graphics, input controls, and buttons to gather user input. One of the major advantages of using adaptive cards is the native rendering of the card; because the interface is inherited directly from the host, adaptive cards' UI/ UX appears to match with the framework it is being displayed in.

...

General features provided in the WFS for Adaptive Cards are explained in these docs, and you can find more information about creating adaptive cards here in the doc Create Adaptive Card.

...

Table of Contents

Template EditorĀ 

An Adaptive Card is a JSON-serialized card object model. Developers can edit the JSON for the adaptive card with the template editor. The template editor uses AvalonEdit Textbox to format the template string into JSON format.

...

We can add multiple templates in one adaptive card designer. The selected template from the combo box will be a current editing template for the designer. The following options are available on top of the designer.

  • Adding new template

    Image Removed


    Image Added
  • Editing existing template

    Image RemovedImage Added

  • Delete template

...