Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class OpenUriAction.
Opens the given URI.
Generated from protobuf message google.cloud.dialogflow.v2.Intent.Message.BasicCard.Button.OpenUriAction
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ uri |
string
Required. The HTTP or HTTPS scheme URI. |
getUri
Required. The HTTP or HTTPS scheme URI.
Generated from protobuf field string uri = 1;
Returns | |
---|---|
Type | Description |
string |
setUri
Required. The HTTP or HTTPS scheme URI.
Generated from protobuf field string uri = 1;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |