| 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)
Card proto that allows chatbots to specify UI elements and editable widgets.
|
CardWithId |
CardWithId.setCardId(String cardId)
Chatbot-specified identifier for this widget.
|
| Modifier and Type | Method and Description |
|---|---|
List<CardWithId> |
Message.getCardsV2()
Rich, formatted and interactive cards that can be used to display UI elements and editable
widgets, such as: formatted text, buttons, clickable images, checkboxes, radio buttons.
|
| Modifier and Type | Method and Description |
|---|---|
Message |
Message.setCardsV2(List<CardWithId> cardsV2)
Rich, formatted and interactive cards that can be used to display UI elements and editable
widgets, such as: formatted text, buttons, clickable images, checkboxes, radio buttons.
|
Copyright © 2011–2021 Google. All rights reserved.