| Package | Description |
|---|---|
| com.google.api.services.chat.v1.model |
| Modifier and Type | Method and Description |
|---|---|
CardWithId |
CardWithId.clone() |
CardWithId |
CardWithId.set(String fieldName,
Object value) |
CardWithId |
CardWithId.setCard(GoogleAppsCardV1Card card)
Cards support a defined layout, interactive UI elements like buttons, and rich media like
images.
|
CardWithId |
CardWithId.setCardId(String cardId)
Required for `cardsV2` messages.
|
| Modifier and Type | Method and Description |
|---|---|
List<CardWithId> |
Message.getCardsV2()
Richly formatted and interactive cards that display UI elements and editable widgets, such as:
- Formatted text - Buttons - Clickable images - Checkboxes - Radio buttons - Input widgets.
|
| Modifier and Type | Method and Description |
|---|---|
Message |
Message.setCardsV2(List<CardWithId> cardsV2)
Richly formatted and interactive cards that display UI elements and editable widgets, such as:
- Formatted text - Buttons - Clickable images - Checkboxes - Radio buttons - Input widgets.
|
Copyright © 2011–2023 Google. All rights reserved.