Reference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class Format.
All permissible file formats.
See records_per_file_count
to override the default number of records
per file.
Protobuf type google.cloud.contactcenterinsights.v1.BulkDownloadFeedbackLabelsRequest.GcsDestination.Format
Namespace
Google \ Cloud \ ContactCenterInsights \ V1 \ BulkDownloadFeedbackLabelsRequest \ GcsDestinationMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
FORMAT_UNSPECIFIED
Value: 0
Unspecified format.
Generated from protobuf enum FORMAT_UNSPECIFIED = 0;
CSV
Value: 1
CSV format.
1,000 labels are stored per CSV file by default.
Generated from protobuf enum CSV = 1;
JSON
Value: 2
JSON format.
1 label stored per JSON file by default.
Generated from protobuf enum JSON = 2;