Google Cloud Dialogflow V2 Client - Class OpenUriAction (1.0.1)

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.

Generated from protobuf field string uri = 1;

Returns
TypeDescription
string

setUri

Required. The HTTP or HTTPS scheme URI.

Generated from protobuf field string uri = 1;

Parameter
NameDescription
var string
Returns
TypeDescription
$this