| Package | Description |
|---|---|
| com.google.api.services.chat.v1.model |
| Modifier and Type | Method and Description |
|---|---|
CardAction |
CardAction.clone() |
CardAction |
CardAction.set(String fieldName,
Object value) |
CardAction |
CardAction.setActionLabel(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 |
|---|---|
List<CardAction> |
Card.getCardActions()
The actions of this card.
|
| Modifier and Type | Method and Description |
|---|---|
Card |
Card.setCardActions(List<CardAction> cardActions)
The actions of this card.
|
Copyright © 2011–2025 Google. All rights reserved.