Google Chat V1 API - Class Google::Apps::Chat::V1::ContextualAddOnMarkup::Card::CardAction (v0.1.0)

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

#on_click=

def on_click=(value) -> ::Google::Apps::Chat::V1::WidgetMarkup::OnClick
Parameter
Returns