Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class GcsDestination.
Google Cloud Storage location for a Dialogflow operation that writes or exports objects (e.g. exported agent or transcripts) outside of Dialogflow.
Generated from protobuf message google.cloud.dialogflow.cx.v3.GcsDestination
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ uri |
string
Required. The Google Cloud Storage URI for the exported objects. A URI is of the form: |
getUri
Required. The Google Cloud Storage URI for the exported objects. A URI is
of the form: gs://bucket/object-name-or-prefix
Whether a full object
name, or just a prefix, its usage depends on the Dialogflow operation.
Returns | |
---|---|
Type | Description |
string |
setUri
Required. The Google Cloud Storage URI for the exported objects. A URI is
of the form: gs://bucket/object-name-or-prefix
Whether a full object
name, or just a prefix, its usage depends on the Dialogflow operation.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |