Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class ExportOperationMetadata.
Metadata related to the Export Data Operations (e.g. ExportDocument).
Generated from protobuf message google.cloud.dialogflow.v2.ExportOperationMetadata
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ exported_gcs_destination |
Google\Cloud\Dialogflow\V2\GcsDestination
Cloud Storage file path of the exported data. |
getExportedGcsDestination
Cloud Storage file path of the exported data.
Generated from protobuf field .google.cloud.dialogflow.v2.GcsDestination exported_gcs_destination = 1;
Returns | |
---|---|
Type | Description |
Google\Cloud\Dialogflow\V2\GcsDestination|null |
hasExportedGcsDestination
clearExportedGcsDestination
setExportedGcsDestination
Cloud Storage file path of the exported data.
Generated from protobuf field .google.cloud.dialogflow.v2.GcsDestination exported_gcs_destination = 1;
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dialogflow\V2\GcsDestination
|
Returns | |
---|---|
Type | Description |
$this |