Reference documentation and code samples for the Google Apps Chat V1 Client class SelectionItems.
List of widget autocomplete results.
Generated from protobuf message google.chat.v1.ActionResponse.SelectionItems
Namespace
Google \ Apps \ Chat \ V1 \ ActionResponseMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ items |
array<Google\Apps\Card\V1\SelectionInput\SelectionItem>
An array of the SelectionItem objects. |
getItems
An array of the SelectionItem objects.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setItems
An array of the SelectionItem objects.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Google\Apps\Card\V1\SelectionInput\SelectionItem>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|