public interface BulkDownloadFeedbackLabelsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasGcsDestination()
A cloud storage bucket destination.
.google.cloud.contactcenterinsights.v1.BulkDownloadFeedbackLabelsRequest.GcsDestination gcs_destination = 3;
BulkDownloadFeedbackLabelsRequest.GcsDestination getGcsDestination()
A cloud storage bucket destination.
.google.cloud.contactcenterinsights.v1.BulkDownloadFeedbackLabelsRequest.GcsDestination gcs_destination = 3;
BulkDownloadFeedbackLabelsRequest.GcsDestinationOrBuilder getGcsDestinationOrBuilder()
A cloud storage bucket destination.
.google.cloud.contactcenterinsights.v1.BulkDownloadFeedbackLabelsRequest.GcsDestination gcs_destination = 3;
String getParent()
Required. The parent resource for new feedback labels.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The parent resource for new feedback labels.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
String getFilter()
Optional. A filter to reduce results to a specific subset. Supports disjunctions (OR) and conjunctions (AND). Supported fields: * `issue_model_id` * `qa_question_id` * `qa_scorecard_id` * `min_create_time` * `max_create_time` * `min_update_time` * `max_update_time` * `feedback_label_type`: QUALITY_AI, TOPIC_MODELING
string filter = 2 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getFilterBytes()
Optional. A filter to reduce results to a specific subset. Supports disjunctions (OR) and conjunctions (AND). Supported fields: * `issue_model_id` * `qa_question_id` * `qa_scorecard_id` * `min_create_time` * `max_create_time` * `min_update_time` * `max_update_time` * `feedback_label_type`: QUALITY_AI, TOPIC_MODELING
string filter = 2 [(.google.api.field_behavior) = OPTIONAL];int getMaxDownloadCount()
Optional. Limits the maximum number of feedback labels that will be downloaded. The first `N` feedback labels will be downloaded.
int32 max_download_count = 4 [(.google.api.field_behavior) = OPTIONAL];int getFeedbackLabelTypeValue()
Optional. The type of feedback labels that will be downloaded.
.google.cloud.contactcenterinsights.v1.BulkDownloadFeedbackLabelsRequest.FeedbackLabelType feedback_label_type = 5 [(.google.api.field_behavior) = OPTIONAL];
BulkDownloadFeedbackLabelsRequest.FeedbackLabelType getFeedbackLabelType()
Optional. The type of feedback labels that will be downloaded.
.google.cloud.contactcenterinsights.v1.BulkDownloadFeedbackLabelsRequest.FeedbackLabelType feedback_label_type = 5 [(.google.api.field_behavior) = OPTIONAL];
String getConversationFilter()
Optional. Filter parent conversations to download feedback labels for. When specified, the feedback labels will be downloaded for the conversations that match the filter. If `template_qa_scorecard_id` is set, all the conversations that match the filter will be paired with the questions under the scorecard for labeling.
string conversation_filter = 6 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getConversationFilterBytes()
Optional. Filter parent conversations to download feedback labels for. When specified, the feedback labels will be downloaded for the conversations that match the filter. If `template_qa_scorecard_id` is set, all the conversations that match the filter will be paired with the questions under the scorecard for labeling.
string conversation_filter = 6 [(.google.api.field_behavior) = OPTIONAL];List<String> getTemplateQaScorecardIdList()
Optional. If set, a template for labeling conversations and scorecard questions will be created from the conversation_filter and the questions under the scorecard(s). The feedback label `filter` will be ignored.
repeated string template_qa_scorecard_id = 7 [(.google.api.field_behavior) = OPTIONAL];
int getTemplateQaScorecardIdCount()
Optional. If set, a template for labeling conversations and scorecard questions will be created from the conversation_filter and the questions under the scorecard(s). The feedback label `filter` will be ignored.
repeated string template_qa_scorecard_id = 7 [(.google.api.field_behavior) = OPTIONAL];
String getTemplateQaScorecardId(int index)
Optional. If set, a template for labeling conversations and scorecard questions will be created from the conversation_filter and the questions under the scorecard(s). The feedback label `filter` will be ignored.
repeated string template_qa_scorecard_id = 7 [(.google.api.field_behavior) = OPTIONAL];
index - The index of the element to return.com.google.protobuf.ByteString getTemplateQaScorecardIdBytes(int index)
Optional. If set, a template for labeling conversations and scorecard questions will be created from the conversation_filter and the questions under the scorecard(s). The feedback label `filter` will be ignored.
repeated string template_qa_scorecard_id = 7 [(.google.api.field_behavior) = OPTIONAL];
index - The index of the value to return.BulkDownloadFeedbackLabelsRequest.DestinationCase getDestinationCase()
Copyright © 2025 Google LLC. All rights reserved.