Google Cloud Dialogflow V2 Client - Class Button (1.12.3)

Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class Button.

The button object that appears at the bottom of a card.

Generated from protobuf message google.cloud.dialogflow.v2.Intent.Message.BasicCard.Button

Namespace

Google \ Cloud \ Dialogflow \ V2 \ Intent \ Message \ BasicCard

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ title string

Required. The title of the button.

↳ open_uri_action Google\Cloud\Dialogflow\V2\Intent\Message\BasicCard\Button\OpenUriAction

Required. Action to take when a user taps on the button.

getTitle

Required. The title of the button.

Returns
Type Description
string

setTitle

Required. The title of the button.

Parameter
Name Description
var string
Returns
Type Description
$this

getOpenUriAction

Required. Action to take when a user taps on the button.

Returns
Type Description
Google\Cloud\Dialogflow\V2\Intent\Message\BasicCard\Button\OpenUriAction|null

hasOpenUriAction

clearOpenUriAction

setOpenUriAction

Required. Action to take when a user taps on the button.

Parameter
Name Description
var Google\Cloud\Dialogflow\V2\Intent\Message\BasicCard\Button\OpenUriAction
Returns
Type Description
$this