Module: Google::Cloud::ContactCenterInsights::V1::BulkDownloadFeedbackLabelsRequest::GcsDestination::Format
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb
Overview
All permissible file formats.
See records_per_file_count
to override the default number of records
per file.
Constant Summary collapse
- FORMAT_UNSPECIFIED =
Unspecified format.
0
- CSV =
CSV format. 1,000 labels are stored per CSV file by default.
1
- JSON =
JSON format. 1 label stored per JSON file by default.
2