| Package | Description |
|---|---|
| com.google.api.services.chat.v1.model |
| Modifier and Type | Method and Description |
|---|---|
CardAction |
CardAction.clone() |
CardAction |
CardAction.set(java.lang.String fieldName,
java.lang.Object value) |
CardAction |
CardAction.setActionLabel(java.lang.String actionLabel)
The label used to be displayed in the action menu item.
|
CardAction |
CardAction.setOnClick(OnClick onClick)
The onclick action for this action item.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CardAction> |
Card.getCardActions()
The actions of this card.
|
| Modifier and Type | Method and Description |
|---|---|
Card |
Card.setCardActions(java.util.List<CardAction> cardActions)
The actions of this card.
|