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 | |
---|---|
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.
Generated from protobuf field string title = 1;
Returns | |
---|---|
Type | Description |
string |
setTitle
Required. The title of the button.
Generated from protobuf field string title = 1;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$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 | |
---|---|
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.
Generated from protobuf field .google.cloud.dialogflow.v2.Intent.Message.BasicCard.Button.OpenUriAction open_uri_action = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dialogflow\V2\Intent\Message\BasicCard\Button\OpenUriAction
|
Returns | |
---|---|
Type | Description |
$this |