Google Cloud Dialogflow V2 Client - Class Button (1.0.1)

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

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.

Generated from protobuf field string title = 1;

Returns
TypeDescription
string

setTitle

Required. The title of the button.

Generated from protobuf field string title = 1;

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getOpenUriAction

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

Generated from protobuf field .google.cloud.dialogflow.v2.Intent.Message.BasicCard.Button.OpenUriAction open_uri_action = 2 [(.google.api.field_behavior) = REQUIRED];

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.

Generated from protobuf field .google.cloud.dialogflow.v2.Intent.Message.BasicCard.Button.OpenUriAction open_uri_action = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
var Google\Cloud\Dialogflow\V2\Intent\Message\BasicCard\Button\OpenUriAction
Returns
TypeDescription
$this