public static enum BulkDownloadFeedbackLabelsRequest.FeedbackLabelType extends Enum<BulkDownloadFeedbackLabelsRequest.FeedbackLabelType> implements com.google.protobuf.ProtocolMessageEnum
Possible feedback label types that will be downloaded.Protobuf enum
google.cloud.contactcenterinsights.v1.BulkDownloadFeedbackLabelsRequest.FeedbackLabelType| Enum Constant and Description |
|---|
FEEDBACK_LABEL_TYPE_UNSPECIFIED
Unspecified format
FEEDBACK_LABEL_TYPE_UNSPECIFIED = 0; |
QUALITY_AI
Downloaded file will contain all Quality AI labels from the latest
scorecard revision.
|
TOPIC_MODELING
Downloaded file will contain only Topic Modeling labels.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
FEEDBACK_LABEL_TYPE_UNSPECIFIED_VALUE
Unspecified format
FEEDBACK_LABEL_TYPE_UNSPECIFIED = 0; |
static int |
QUALITY_AI_VALUE
Downloaded file will contain all Quality AI labels from the latest
scorecard revision.
|
static int |
TOPIC_MODELING_VALUE
Downloaded file will contain only Topic Modeling labels.
|
| Modifier and Type | Method and Description |
|---|---|
static BulkDownloadFeedbackLabelsRequest.FeedbackLabelType |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<BulkDownloadFeedbackLabelsRequest.FeedbackLabelType> |
internalGetValueMap() |
static BulkDownloadFeedbackLabelsRequest.FeedbackLabelType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static BulkDownloadFeedbackLabelsRequest.FeedbackLabelType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static BulkDownloadFeedbackLabelsRequest.FeedbackLabelType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BulkDownloadFeedbackLabelsRequest.FeedbackLabelType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BulkDownloadFeedbackLabelsRequest.FeedbackLabelType FEEDBACK_LABEL_TYPE_UNSPECIFIED
Unspecified format
FEEDBACK_LABEL_TYPE_UNSPECIFIED = 0;public static final BulkDownloadFeedbackLabelsRequest.FeedbackLabelType QUALITY_AI
Downloaded file will contain all Quality AI labels from the latest scorecard revision.
QUALITY_AI = 1;public static final BulkDownloadFeedbackLabelsRequest.FeedbackLabelType TOPIC_MODELING
Downloaded file will contain only Topic Modeling labels.
TOPIC_MODELING = 2;public static final BulkDownloadFeedbackLabelsRequest.FeedbackLabelType UNRECOGNIZED
public static final int FEEDBACK_LABEL_TYPE_UNSPECIFIED_VALUE
Unspecified format
FEEDBACK_LABEL_TYPE_UNSPECIFIED = 0;public static final int QUALITY_AI_VALUE
Downloaded file will contain all Quality AI labels from the latest scorecard revision.
QUALITY_AI = 1;public static final int TOPIC_MODELING_VALUE
Downloaded file will contain only Topic Modeling labels.
TOPIC_MODELING = 2;public static BulkDownloadFeedbackLabelsRequest.FeedbackLabelType[] values()
for (BulkDownloadFeedbackLabelsRequest.FeedbackLabelType c : BulkDownloadFeedbackLabelsRequest.FeedbackLabelType.values()) System.out.println(c);
public static BulkDownloadFeedbackLabelsRequest.FeedbackLabelType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static BulkDownloadFeedbackLabelsRequest.FeedbackLabelType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static BulkDownloadFeedbackLabelsRequest.FeedbackLabelType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<BulkDownloadFeedbackLabelsRequest.FeedbackLabelType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static BulkDownloadFeedbackLabelsRequest.FeedbackLabelType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.