Class: Google::Apps::Chat::V1::ActionResponse::UpdatedWidget

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#suggestions::Google::Apps::Chat::V1::ActionResponse::SelectionItems

Returns List of widget autocomplete results.

Returns:



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.

Returns:

  • (::String)

    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