Reference documentation and code samples for the Google Chat V1 API class Google::Apps::Chat::V1::Dialog.
Wrapper around the card body of the dialog.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#body
def body() -> ::Google::Apps::Card::V1::Card
Returns
-
(::Google::Apps::Card::V1::Card) — Input only. Body of the dialog, which is rendered in a modal.
Google Chat apps don't support the following card entities:
DateTimePicker
,OnChangeAction
.
#body=
def body=(value) -> ::Google::Apps::Card::V1::Card
Parameter
-
value (::Google::Apps::Card::V1::Card) — Input only. Body of the dialog, which is rendered in a modal.
Google Chat apps don't support the following card entities:
DateTimePicker
,OnChangeAction
.
Returns
-
(::Google::Apps::Card::V1::Card) — Input only. Body of the dialog, which is rendered in a modal.
Google Chat apps don't support the following card entities:
DateTimePicker
,OnChangeAction
.