Class: Google::Apps::Chat::V1::ActionResponse::UpdatedWidget
- Inherits:
-
Object
- Object
- Google::Apps::Chat::V1::ActionResponse::UpdatedWidget
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/chat/v1/message.rb
Overview
For selectionInput
widgets, returns autocomplete suggestions for a
multiselect menu.
Instance Attribute Summary collapse
-
#suggestions ⇒ ::Google::Apps::Chat::V1::ActionResponse::SelectionItems
List of widget autocomplete results.
-
#widget ⇒ ::String
The ID of the updated widget.
Instance Attribute Details
#suggestions ⇒ ::Google::Apps::Chat::V1::ActionResponse::SelectionItems
Returns List of widget autocomplete results.
313 314 315 316 |
# File 'proto_docs/google/chat/v1/message.rb', line 313 class UpdatedWidget include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#widget ⇒ ::String
Returns The ID of the updated widget. The ID must match the one for the widget that triggered the update request.
313 314 315 316 |
# File 'proto_docs/google/chat/v1/message.rb', line 313 class UpdatedWidget include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |