Google Apps Chat V1 Client - Class TextButton (0.1.3)

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 \ WidgetMarkup

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ text string

The text of the button.

↳ on_click Google\Apps\Chat\V1\WidgetMarkup\OnClick

The onclick action of the button.

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
Google\Apps\Chat\V1\WidgetMarkup\OnClick|null

hasOnClick

clearOnClick

setOnClick

The onclick action of the button.

Parameter
Name Description
var Google\Apps\Chat\V1\WidgetMarkup\OnClick
Returns
Type Description
$this