Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class Button.
Contains information about a button.
Generated from protobuf message google.cloud.dialogflow.v2.Intent.Message.Card.Button
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ text |
string
Optional. The text to show on the button. |
↳ postback |
string
Optional. The text to send back to the Dialogflow API or a URI to open. |
getText
Optional. The text to show on the button.
Generated from protobuf field string text = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
string |
|
setText
Optional. The text to show on the button.
Generated from protobuf field string text = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPostback
Optional. The text to send back to the Dialogflow API or a URI to open.
Generated from protobuf field string postback = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
string |
|
setPostback
Optional. The text to send back to the Dialogflow API or a URI to open.
Generated from protobuf field string postback = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|