Reference documentation and code samples for the Google Apps Chat V1 Client class TextButton.
A button with text and onclick action.
Generated from protobuf message google.chat.v1.WidgetMarkup.TextButton
Namespace
Google \ Apps \ Chat \ V1 \ WidgetMarkupMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ text |
string
The text of the button. |
↳ on_click |
OnClick
The |
getText
The text of the button.
| Returns | |
|---|---|
| Type | Description |
string |
|
setText
The text of the button.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getOnClick
The onclick action of the button.
| Returns | |
|---|---|
| Type | Description |
OnClick|null |
|
hasOnClick
clearOnClick
setOnClick
The onclick action of the button.
| Parameter | |
|---|---|
| Name | Description |
var |
OnClick
|
| Returns | |
|---|---|
| Type | Description |
$this |
|