Google Cloud Dialogflow V2 Client - Class Button (1.8.0)

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
NameDescription
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
TypeDescription
string

setTitle

Required. The title of the button.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getOpenUriAction

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

Returns
TypeDescription
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
NameDescription
var Google\Cloud\Dialogflow\V2\Intent\Message\BasicCard\Button\OpenUriAction
Returns
TypeDescription
$this