Class: Google::Apps::Chat::V1::Dialog

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/chat/v1/message.rb

Overview

Wrapper around the card body of the dialog.

Instance Attribute Summary collapse

Instance Attribute Details

#body::Google::Apps::Card::V1::Card

Returns 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.



633
634
635
636
# File 'proto_docs/google/chat/v1/message.rb', line 633

class Dialog
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end