Reference documentation and code samples for the Google Apps Chat V1 Client class UpdatedWidget.
The response of the updated widget.
Used to provide autocomplete options for a widget.
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 |
Google\Apps\Chat\V1\ActionResponse\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 |
Google\Apps\Chat\V1\ActionResponse\SelectionItems|null |
hasSuggestions
setSuggestions
List of widget autocomplete results
Parameter | |
---|---|
Name | Description |
var |
Google\Apps\Chat\V1\ActionResponse\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 |