Google Cloud Dialogflow V2 Client - Class OpenUriAction (1.4.0)

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
NameDescription
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
TypeDescription
string

setUri

Required. The HTTP or HTTPS scheme URI.

Parameter
NameDescription
var string
Returns
TypeDescription
$this