Class: Google::Apps::Chat::V1::WidgetMarkup::Button
- Inherits:
-
Object
- Object
- Google::Apps::Chat::V1::WidgetMarkup::Button
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/chat/v1/widgets.rb
Overview
A button. Can be a text button or an image button.
Instance Attribute Summary collapse
-
#image_button ⇒ ::Google::Apps::Chat::V1::WidgetMarkup::ImageButton
A button with image and
onclick
action. -
#text_button ⇒ ::Google::Apps::Chat::V1::WidgetMarkup::TextButton
A button with text and
onclick
action.