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
- (::Google::Apps::Chat::V1::ActionResponse::SelectionItems) — List of widget autocomplete results
#suggestions=
def suggestions=(value) -> ::Google::Apps::Chat::V1::ActionResponse::SelectionItems
Parameter
- value (::Google::Apps::Chat::V1::ActionResponse::SelectionItems) — List of widget autocomplete results
Returns
- (::Google::Apps::Chat::V1::ActionResponse::SelectionItems) — List of widget autocomplete results
#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.