Class: Google::Apps::Chat::V1::AccessoryWidget

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

Overview

One or more interactive widgets that appear at the bottom of a message. For details, see Add interactive widgets at the bottom of a message.

Instance Attribute Summary collapse

Instance Attribute Details

#button_list::Google::Apps::Card::V1::ButtonList

Returns A list of buttons.

Returns:



353
354
355
356
# File 'proto_docs/google/chat/v1/message.rb', line 353

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