Google Cloud Dialogflow V2 Client - Class GcsDestination (1.8.0)

Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class GcsDestination.

Google Cloud Storage location for the output.

Generated from protobuf message google.cloud.dialogflow.v2.GcsDestination

Namespace

Google \ Cloud \ Dialogflow \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ uri string

The Google Cloud Storage URIs for the output. A URI is of the form: gs://bucket/object-prefix-or-name Whether a prefix or name is used depends on the use case. The requesting user must have "write-permission" to the bucket.

getUri

The Google Cloud Storage URIs for the output. A URI is of the form: gs://bucket/object-prefix-or-name Whether a prefix or name is used depends on the use case. The requesting user must have "write-permission" to the bucket.

Returns
TypeDescription
string

setUri

The Google Cloud Storage URIs for the output. A URI is of the form: gs://bucket/object-prefix-or-name Whether a prefix or name is used depends on the use case. The requesting user must have "write-permission" to the bucket.

Parameter
NameDescription
var string
Returns
TypeDescription
$this