Class: Google::Cloud::ContactCenterInsights::V1::BulkDownloadFeedbackLabelsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb

Overview

Request for the BulkDownloadFeedbackLabel endpoint.

Defined Under Namespace

Modules: FeedbackLabelType Classes: GcsDestination

Instance Attribute Summary collapse

Instance Attribute Details

#conversation_filter::String



2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 2337

class BulkDownloadFeedbackLabelsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Google Cloud Storage Object details to write the feedback labels to.
  # @!attribute [rw] format
  #   @return [::Google::Cloud::ContactCenterInsights::V1::BulkDownloadFeedbackLabelsRequest::GcsDestination::Format]
  #     Required. File format in which the labels will be exported.
  # @!attribute [rw] object_uri
  #   @return [::String]
  #     Required. The Google Cloud Storage URI to write the feedback labels to.
  #     The file name will be used as a prefix for the files written to the
  #     bucket if the output needs to be split across multiple files, otherwise
  #     it will be used as is. The file extension will be appended to the file
  #     name based on the format selected.
  #      E.g. `gs://bucket_name/object_uri_prefix`
  # @!attribute [rw] add_whitespace
  #   @return [::Boolean]
  #     Optional. Add whitespace to the JSON file. Makes easier to read, but
  #     increases file size. Only applicable for JSON format.
  # @!attribute [rw] always_print_empty_fields
  #   @return [::Boolean]
  #     Optional. Always print fields with no presence.
  #     This is useful for printing fields that are not set, like implicit 0
  #     value or empty lists/maps. Only applicable for JSON format.
  # @!attribute [rw] records_per_file_count
  #   @return [::Integer]
  #     Optional. The number of records per file. Applicable for either format.
  class GcsDestination
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods

    # All permissible file formats.
    # See `records_per_file_count` to override the default number of records
    # per file.
    module Format
      # Unspecified format.
      FORMAT_UNSPECIFIED = 0

      # CSV format.
      # 1,000 labels are stored per CSV file by default.
      CSV = 1

      # JSON format.
      # 1 label stored per JSON file by default.
      JSON = 2
    end
  end

  # Possible feedback label types that will be downloaded.
  module FeedbackLabelType
    # Unspecified format
    FEEDBACK_LABEL_TYPE_UNSPECIFIED = 0

    # Downloaded file will contain all Quality AI labels from the latest
    # scorecard revision.
    QUALITY_AI = 1

    # Downloaded file will contain only Topic Modeling labels.
    TOPIC_MODELING = 2
  end
end

#feedback_label_type::Google::Cloud::ContactCenterInsights::V1::BulkDownloadFeedbackLabelsRequest::FeedbackLabelType



2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 2337

class BulkDownloadFeedbackLabelsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Google Cloud Storage Object details to write the feedback labels to.
  # @!attribute [rw] format
  #   @return [::Google::Cloud::ContactCenterInsights::V1::BulkDownloadFeedbackLabelsRequest::GcsDestination::Format]
  #     Required. File format in which the labels will be exported.
  # @!attribute [rw] object_uri
  #   @return [::String]
  #     Required. The Google Cloud Storage URI to write the feedback labels to.
  #     The file name will be used as a prefix for the files written to the
  #     bucket if the output needs to be split across multiple files, otherwise
  #     it will be used as is. The file extension will be appended to the file
  #     name based on the format selected.
  #      E.g. `gs://bucket_name/object_uri_prefix`
  # @!attribute [rw] add_whitespace
  #   @return [::Boolean]
  #     Optional. Add whitespace to the JSON file. Makes easier to read, but
  #     increases file size. Only applicable for JSON format.
  # @!attribute [rw] always_print_empty_fields
  #   @return [::Boolean]
  #     Optional. Always print fields with no presence.
  #     This is useful for printing fields that are not set, like implicit 0
  #     value or empty lists/maps. Only applicable for JSON format.
  # @!attribute [rw] records_per_file_count
  #   @return [::Integer]
  #     Optional. The number of records per file. Applicable for either format.
  class GcsDestination
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods

    # All permissible file formats.
    # See `records_per_file_count` to override the default number of records
    # per file.
    module Format
      # Unspecified format.
      FORMAT_UNSPECIFIED = 0

      # CSV format.
      # 1,000 labels are stored per CSV file by default.
      CSV = 1

      # JSON format.
      # 1 label stored per JSON file by default.
      JSON = 2
    end
  end

  # Possible feedback label types that will be downloaded.
  module FeedbackLabelType
    # Unspecified format
    FEEDBACK_LABEL_TYPE_UNSPECIFIED = 0

    # Downloaded file will contain all Quality AI labels from the latest
    # scorecard revision.
    QUALITY_AI = 1

    # Downloaded file will contain only Topic Modeling labels.
    TOPIC_MODELING = 2
  end
end

#filter::String



2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 2337

class BulkDownloadFeedbackLabelsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Google Cloud Storage Object details to write the feedback labels to.
  # @!attribute [rw] format
  #   @return [::Google::Cloud::ContactCenterInsights::V1::BulkDownloadFeedbackLabelsRequest::GcsDestination::Format]
  #     Required. File format in which the labels will be exported.
  # @!attribute [rw] object_uri
  #   @return [::String]
  #     Required. The Google Cloud Storage URI to write the feedback labels to.
  #     The file name will be used as a prefix for the files written to the
  #     bucket if the output needs to be split across multiple files, otherwise
  #     it will be used as is. The file extension will be appended to the file
  #     name based on the format selected.
  #      E.g. `gs://bucket_name/object_uri_prefix`
  # @!attribute [rw] add_whitespace
  #   @return [::Boolean]
  #     Optional. Add whitespace to the JSON file. Makes easier to read, but
  #     increases file size. Only applicable for JSON format.
  # @!attribute [rw] always_print_empty_fields
  #   @return [::Boolean]
  #     Optional. Always print fields with no presence.
  #     This is useful for printing fields that are not set, like implicit 0
  #     value or empty lists/maps. Only applicable for JSON format.
  # @!attribute [rw] records_per_file_count
  #   @return [::Integer]
  #     Optional. The number of records per file. Applicable for either format.
  class GcsDestination
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods

    # All permissible file formats.
    # See `records_per_file_count` to override the default number of records
    # per file.
    module Format
      # Unspecified format.
      FORMAT_UNSPECIFIED = 0

      # CSV format.
      # 1,000 labels are stored per CSV file by default.
      CSV = 1

      # JSON format.
      # 1 label stored per JSON file by default.
      JSON = 2
    end
  end

  # Possible feedback label types that will be downloaded.
  module FeedbackLabelType
    # Unspecified format
    FEEDBACK_LABEL_TYPE_UNSPECIFIED = 0

    # Downloaded file will contain all Quality AI labels from the latest
    # scorecard revision.
    QUALITY_AI = 1

    # Downloaded file will contain only Topic Modeling labels.
    TOPIC_MODELING = 2
  end
end

#gcs_destination::Google::Cloud::ContactCenterInsights::V1::BulkDownloadFeedbackLabelsRequest::GcsDestination



2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 2337

class BulkDownloadFeedbackLabelsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Google Cloud Storage Object details to write the feedback labels to.
  # @!attribute [rw] format
  #   @return [::Google::Cloud::ContactCenterInsights::V1::BulkDownloadFeedbackLabelsRequest::GcsDestination::Format]
  #     Required. File format in which the labels will be exported.
  # @!attribute [rw] object_uri
  #   @return [::String]
  #     Required. The Google Cloud Storage URI to write the feedback labels to.
  #     The file name will be used as a prefix for the files written to the
  #     bucket if the output needs to be split across multiple files, otherwise
  #     it will be used as is. The file extension will be appended to the file
  #     name based on the format selected.
  #      E.g. `gs://bucket_name/object_uri_prefix`
  # @!attribute [rw] add_whitespace
  #   @return [::Boolean]
  #     Optional. Add whitespace to the JSON file. Makes easier to read, but
  #     increases file size. Only applicable for JSON format.
  # @!attribute [rw] always_print_empty_fields
  #   @return [::Boolean]
  #     Optional. Always print fields with no presence.
  #     This is useful for printing fields that are not set, like implicit 0
  #     value or empty lists/maps. Only applicable for JSON format.
  # @!attribute [rw] records_per_file_count
  #   @return [::Integer]
  #     Optional. The number of records per file. Applicable for either format.
  class GcsDestination
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods

    # All permissible file formats.
    # See `records_per_file_count` to override the default number of records
    # per file.
    module Format
      # Unspecified format.
      FORMAT_UNSPECIFIED = 0

      # CSV format.
      # 1,000 labels are stored per CSV file by default.
      CSV = 1

      # JSON format.
      # 1 label stored per JSON file by default.
      JSON = 2
    end
  end

  # Possible feedback label types that will be downloaded.
  module FeedbackLabelType
    # Unspecified format
    FEEDBACK_LABEL_TYPE_UNSPECIFIED = 0

    # Downloaded file will contain all Quality AI labels from the latest
    # scorecard revision.
    QUALITY_AI = 1

    # Downloaded file will contain only Topic Modeling labels.
    TOPIC_MODELING = 2
  end
end

#max_download_count::Integer



2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 2337

class BulkDownloadFeedbackLabelsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Google Cloud Storage Object details to write the feedback labels to.
  # @!attribute [rw] format
  #   @return [::Google::Cloud::ContactCenterInsights::V1::BulkDownloadFeedbackLabelsRequest::GcsDestination::Format]
  #     Required. File format in which the labels will be exported.
  # @!attribute [rw] object_uri
  #   @return [::String]
  #     Required. The Google Cloud Storage URI to write the feedback labels to.
  #     The file name will be used as a prefix for the files written to the
  #     bucket if the output needs to be split across multiple files, otherwise
  #     it will be used as is. The file extension will be appended to the file
  #     name based on the format selected.
  #      E.g. `gs://bucket_name/object_uri_prefix`
  # @!attribute [rw] add_whitespace
  #   @return [::Boolean]
  #     Optional. Add whitespace to the JSON file. Makes easier to read, but
  #     increases file size. Only applicable for JSON format.
  # @!attribute [rw] always_print_empty_fields
  #   @return [::Boolean]
  #     Optional. Always print fields with no presence.
  #     This is useful for printing fields that are not set, like implicit 0
  #     value or empty lists/maps. Only applicable for JSON format.
  # @!attribute [rw] records_per_file_count
  #   @return [::Integer]
  #     Optional. The number of records per file. Applicable for either format.
  class GcsDestination
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods

    # All permissible file formats.
    # See `records_per_file_count` to override the default number of records
    # per file.
    module Format
      # Unspecified format.
      FORMAT_UNSPECIFIED = 0

      # CSV format.
      # 1,000 labels are stored per CSV file by default.
      CSV = 1

      # JSON format.
      # 1 label stored per JSON file by default.
      JSON = 2
    end
  end

  # Possible feedback label types that will be downloaded.
  module FeedbackLabelType
    # Unspecified format
    FEEDBACK_LABEL_TYPE_UNSPECIFIED = 0

    # Downloaded file will contain all Quality AI labels from the latest
    # scorecard revision.
    QUALITY_AI = 1

    # Downloaded file will contain only Topic Modeling labels.
    TOPIC_MODELING = 2
  end
end

#parent::String



2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 2337

class BulkDownloadFeedbackLabelsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Google Cloud Storage Object details to write the feedback labels to.
  # @!attribute [rw] format
  #   @return [::Google::Cloud::ContactCenterInsights::V1::BulkDownloadFeedbackLabelsRequest::GcsDestination::Format]
  #     Required. File format in which the labels will be exported.
  # @!attribute [rw] object_uri
  #   @return [::String]
  #     Required. The Google Cloud Storage URI to write the feedback labels to.
  #     The file name will be used as a prefix for the files written to the
  #     bucket if the output needs to be split across multiple files, otherwise
  #     it will be used as is. The file extension will be appended to the file
  #     name based on the format selected.
  #      E.g. `gs://bucket_name/object_uri_prefix`
  # @!attribute [rw] add_whitespace
  #   @return [::Boolean]
  #     Optional. Add whitespace to the JSON file. Makes easier to read, but
  #     increases file size. Only applicable for JSON format.
  # @!attribute [rw] always_print_empty_fields
  #   @return [::Boolean]
  #     Optional. Always print fields with no presence.
  #     This is useful for printing fields that are not set, like implicit 0
  #     value or empty lists/maps. Only applicable for JSON format.
  # @!attribute [rw] records_per_file_count
  #   @return [::Integer]
  #     Optional. The number of records per file. Applicable for either format.
  class GcsDestination
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods

    # All permissible file formats.
    # See `records_per_file_count` to override the default number of records
    # per file.
    module Format
      # Unspecified format.
      FORMAT_UNSPECIFIED = 0

      # CSV format.
      # 1,000 labels are stored per CSV file by default.
      CSV = 1

      # JSON format.
      # 1 label stored per JSON file by default.
      JSON = 2
    end
  end

  # Possible feedback label types that will be downloaded.
  module FeedbackLabelType
    # Unspecified format
    FEEDBACK_LABEL_TYPE_UNSPECIFIED = 0

    # Downloaded file will contain all Quality AI labels from the latest
    # scorecard revision.
    QUALITY_AI = 1

    # Downloaded file will contain only Topic Modeling labels.
    TOPIC_MODELING = 2
  end
end

#template_qa_scorecard_id::Array<::String>



2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 2337

class BulkDownloadFeedbackLabelsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Google Cloud Storage Object details to write the feedback labels to.
  # @!attribute [rw] format
  #   @return [::Google::Cloud::ContactCenterInsights::V1::BulkDownloadFeedbackLabelsRequest::GcsDestination::Format]
  #     Required. File format in which the labels will be exported.
  # @!attribute [rw] object_uri
  #   @return [::String]
  #     Required. The Google Cloud Storage URI to write the feedback labels to.
  #     The file name will be used as a prefix for the files written to the
  #     bucket if the output needs to be split across multiple files, otherwise
  #     it will be used as is. The file extension will be appended to the file
  #     name based on the format selected.
  #      E.g. `gs://bucket_name/object_uri_prefix`
  # @!attribute [rw] add_whitespace
  #   @return [::Boolean]
  #     Optional. Add whitespace to the JSON file. Makes easier to read, but
  #     increases file size. Only applicable for JSON format.
  # @!attribute [rw] always_print_empty_fields
  #   @return [::Boolean]
  #     Optional. Always print fields with no presence.
  #     This is useful for printing fields that are not set, like implicit 0
  #     value or empty lists/maps. Only applicable for JSON format.
  # @!attribute [rw] records_per_file_count
  #   @return [::Integer]
  #     Optional. The number of records per file. Applicable for either format.
  class GcsDestination
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods

    # All permissible file formats.
    # See `records_per_file_count` to override the default number of records
    # per file.
    module Format
      # Unspecified format.
      FORMAT_UNSPECIFIED = 0

      # CSV format.
      # 1,000 labels are stored per CSV file by default.
      CSV = 1

      # JSON format.
      # 1 label stored per JSON file by default.
      JSON = 2
    end
  end

  # Possible feedback label types that will be downloaded.
  module FeedbackLabelType
    # Unspecified format
    FEEDBACK_LABEL_TYPE_UNSPECIFIED = 0

    # Downloaded file will contain all Quality AI labels from the latest
    # scorecard revision.
    QUALITY_AI = 1

    # Downloaded file will contain only Topic Modeling labels.
    TOPIC_MODELING = 2
  end
end