Reference documentation and code samples for the Google Apps Chat V1 Client class UpdatedWidget.
For selectionInput
widgets, returns autocomplete suggestions for a
multiselect menu.
Generated from protobuf message google.chat.v1.ActionResponse.UpdatedWidget
Namespace
Google \ Apps \ Chat \ V1 \ ActionResponseMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ suggestions |
SelectionItems
List of widget autocomplete results |
↳ widget |
string
The ID of the updated widget. The ID must match the one for the widget that triggered the update request. |
getSuggestions
List of widget autocomplete results
Returns | |
---|---|
Type | Description |
SelectionItems|null |
hasSuggestions
setSuggestions
List of widget autocomplete results
Parameter | |
---|---|
Name | Description |
var |
SelectionItems
|
Returns | |
---|---|
Type | Description |
$this |
getWidget
The ID of the updated widget. The ID must match the one for the widget that triggered the update request.
Returns | |
---|---|
Type | Description |
string |
setWidget
The ID of the updated widget. The ID must match the one for the widget that triggered the update request.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getUpdatedWidget
Returns | |
---|---|
Type | Description |
string |