Enum BulkDownloadFeedbackLabelsRequest.FeedbackLabelType (2.54.0)

public enum BulkDownloadFeedbackLabelsRequest.FeedbackLabelType extends Enum<BulkDownloadFeedbackLabelsRequest.FeedbackLabelType> implements ProtocolMessageEnum

Possible feedback label types that will be downloaded.

Protobuf enum google.cloud.contactcenterinsights.v1.BulkDownloadFeedbackLabelsRequest.FeedbackLabelType

Implements

ProtocolMessageEnum

Static Fields

Name Description
FEEDBACK_LABEL_TYPE_UNSPECIFIED

Unspecified format

FEEDBACK_LABEL_TYPE_UNSPECIFIED = 0;

FEEDBACK_LABEL_TYPE_UNSPECIFIED_VALUE

Unspecified format

FEEDBACK_LABEL_TYPE_UNSPECIFIED = 0;

QUALITY_AI

Downloaded file will contain all Quality AI labels from the latest scorecard revision.

QUALITY_AI = 1;

QUALITY_AI_VALUE

Downloaded file will contain all Quality AI labels from the latest scorecard revision.

QUALITY_AI = 1;

TOPIC_MODELING

Downloaded file will contain only Topic Modeling labels.

TOPIC_MODELING = 2;

TOPIC_MODELING_VALUE

Downloaded file will contain only Topic Modeling labels.

TOPIC_MODELING = 2;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()