cardsV2 property
Richly formatted and interactive cards that display UI elements and editable widgets, such as: - Formatted text - Buttons - Clickable images - Checkboxes - Radio buttons - Input widgets.
Cards are usually displayed below the text body of a Chat message, but can
situationally appear other places, such as
dialogs. Each card
can have a maximum size of 32 KB. The cardId
is a unique identifier
among cards in the same message and for identifying user input values.
Currently supported widgets include: - TextParagraph
- DecoratedText
-
Image
- ButtonList
- Divider
- TextInput
- SelectionInput
-
Grid
Implementation
core.List<CardWithId>? cardsV2;