Reference documentation and code samples for the Google Chat V1 API class Google::Apps::Chat::V1::ContextualAddOnMarkup::Card::CardAction.
A card action is the action associated with the card. For an invoice card, a typical action would be: delete invoice, email invoice or open the invoice in browser.
Not supported by Google Chat apps.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#action_label
def action_label() -> ::String
Returns
- (::String) — The label used to be displayed in the action menu item.
#action_label=
def action_label=(value) -> ::String
Parameter
- value (::String) — The label used to be displayed in the action menu item.
Returns
- (::String) — The label used to be displayed in the action menu item.
#on_click
def on_click() -> ::Google::Apps::Chat::V1::WidgetMarkup::OnClick
Returns
- (::Google::Apps::Chat::V1::WidgetMarkup::OnClick) — The onclick action for this action item.
#on_click=
def on_click=(value) -> ::Google::Apps::Chat::V1::WidgetMarkup::OnClick
Parameter
- value (::Google::Apps::Chat::V1::WidgetMarkup::OnClick) — The onclick action for this action item.
Returns
- (::Google::Apps::Chat::V1::WidgetMarkup::OnClick) — The onclick action for this action item.