DT450 Adaptive Cards template
DI066390 UUID
ID of the Adaptive Cards template
DI066403 Name
Name of the Adaptive Cards template
DI066401 Template
JSON template for generating a card. Corresponds to the "Card Payload" in the Adaptive Card Designer.
DI066402 Sample data
Sample data which allow you to display a preview. Corresponds to the "Sample data" in the Adaptive Card Designer.
DI066404 Python ID
Python ID which allows you to better reference a template.
DI066518 Jython class
The Jython class which is instanced during the generation of an Adaptive Card. In PLANTA standard, we currently use the same Jython class for all Adaptive Cards: customizing.adaptivecards.BaseAdaptiveCardHandler
. For further information, please see Adaptive Card Customizer.
DI066405 Module ID
ID of the module which is stored on the Adaptive Card template. This module is then opened in a clientless session by the Jython class to read out the data for the adaptive card or to trigger an action. For further information, please see Adaptive Card Customizer.
DI066646 Header
Determines whether a header is to be inserted for this template. For further information, please see Adaptive Card Customizer.
DI066647 Footer
Determines whether a footer is to be inserted for this template. For further information, please see Adaptive Card Customizer.
See also: Adaptive Card Customizer |