Class: Google::Apps::Chat::V1::AccessoryWidget
- Inherits:
-
Object
- Object
- Google::Apps::Chat::V1::AccessoryWidget
- 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
-
#button_list ⇒ ::Google::Apps::Card::V1::ButtonList
A list of buttons.
Instance Attribute Details
#button_list ⇒ ::Google::Apps::Card::V1::ButtonList
Returns A list of buttons.
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 |