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
Namespace
Google \ Cloud \ Dialogflow \ V2 \ Intent \ Message \ BasicCard \ ButtonMethods
__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.
Returns | |
---|---|
Type | Description |
string |
setUri
Required. The HTTP or HTTPS scheme URI.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |