Reference documentation and code samples for the Google Chat V1 API class Google::Apps::Chat::V1::WidgetMarkup.
A widget is a UI element that presents text and images.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#buttons
def buttons() -> ::Array<::Google::Apps::Chat::V1::WidgetMarkup::Button>
Returns
-
(::Array<::Google::Apps::Chat::V1::WidgetMarkup::Button>) — A list of buttons. Buttons is also
oneof data
and only one of these fields should be set.
#buttons=
def buttons=(value) -> ::Array<::Google::Apps::Chat::V1::WidgetMarkup::Button>
Parameter
-
value (::Array<::Google::Apps::Chat::V1::WidgetMarkup::Button>) — A list of buttons. Buttons is also
oneof data
and only one of these fields should be set.
Returns
-
(::Array<::Google::Apps::Chat::V1::WidgetMarkup::Button>) — A list of buttons. Buttons is also
oneof data
and only one of these fields should be set.
#image
def image() -> ::Google::Apps::Chat::V1::WidgetMarkup::Image
Returns
- (::Google::Apps::Chat::V1::WidgetMarkup::Image) — Display an image in this widget.
#image=
def image=(value) -> ::Google::Apps::Chat::V1::WidgetMarkup::Image
Parameter
- value (::Google::Apps::Chat::V1::WidgetMarkup::Image) — Display an image in this widget.
Returns
- (::Google::Apps::Chat::V1::WidgetMarkup::Image) — Display an image in this widget.
#key_value
def key_value() -> ::Google::Apps::Chat::V1::WidgetMarkup::KeyValue
Returns
- (::Google::Apps::Chat::V1::WidgetMarkup::KeyValue) — Display a key value item in this widget.
#key_value=
def key_value=(value) -> ::Google::Apps::Chat::V1::WidgetMarkup::KeyValue
Parameter
- value (::Google::Apps::Chat::V1::WidgetMarkup::KeyValue) — Display a key value item in this widget.
Returns
- (::Google::Apps::Chat::V1::WidgetMarkup::KeyValue) — Display a key value item in this widget.
#text_paragraph
def text_paragraph() -> ::Google::Apps::Chat::V1::WidgetMarkup::TextParagraph
Returns
- (::Google::Apps::Chat::V1::WidgetMarkup::TextParagraph) — Display a text paragraph in this widget.
#text_paragraph=
def text_paragraph=(value) -> ::Google::Apps::Chat::V1::WidgetMarkup::TextParagraph
Parameter
- value (::Google::Apps::Chat::V1::WidgetMarkup::TextParagraph) — Display a text paragraph in this widget.
Returns
- (::Google::Apps::Chat::V1::WidgetMarkup::TextParagraph) — Display a text paragraph in this widget.