| Package | Description |
|---|---|
| com.google.api.services.chat.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Card |
Card.clone() |
Card |
Card.set(java.lang.String fieldName,
java.lang.Object value) |
Card |
Card.setCardActions(java.util.List<CardAction> cardActions)
The actions of this card.
|
Card |
Card.setHeader(CardHeader header)
The header of the card.
|
Card |
Card.setName(java.lang.String name)
Name of the card.
|
Card |
Card.setSections(java.util.List<Section> sections)
Sections are separated by a line divider.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Card> |
Message.getCards()
Rich, formatted and interactive cards that can be used to display UI elements such as:
formatted texts, buttons, clickable images.
|
| Modifier and Type | Method and Description |
|---|---|
Message |
Message.setCards(java.util.List<Card> cards)
Rich, formatted and interactive cards that can be used to display UI elements such as:
formatted texts, buttons, clickable images.
|