Google Chat V1 API - Class Google::Apps::Chat::V1::ActionResponse::UpdatedWidget (v0.1.1)

Reference documentation and code samples for the Google Chat V1 API class Google::Apps::Chat::V1::ActionResponse::UpdatedWidget.

The response of the updated widget. Used to provide autocomplete options for a widget.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#suggestions

def suggestions() -> ::Google::Apps::Chat::V1::ActionResponse::SelectionItems
Returns

#suggestions=

def suggestions=(value) -> ::Google::Apps::Chat::V1::ActionResponse::SelectionItems
Parameter
Returns

#widget

def widget() -> ::String
Returns
  • (::String) — The ID of the updated widget. The ID must match the one for the widget that triggered the update request.

#widget=

def widget=(value) -> ::String
Parameter
  • value (::String) — 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.