public static enum QaScorecardResult.ScoreSource.SourceType extends Enum<QaScorecardResult.ScoreSource.SourceType> implements com.google.protobuf.ProtocolMessageEnum
What created the score.Protobuf enum
google.cloud.contactcenterinsights.v1.QaScorecardResult.ScoreSource.SourceType| Enum Constant and Description |
|---|
INCLUDES_MANUAL_EDITS
Score is derived from both system-generated answers, and includes
any manual edits if they exist.
|
SOURCE_TYPE_UNSPECIFIED
Source type is unspecified.
|
SYSTEM_GENERATED_ONLY
Score is derived only from system-generated answers.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
INCLUDES_MANUAL_EDITS_VALUE
Score is derived from both system-generated answers, and includes
any manual edits if they exist.
|
static int |
SOURCE_TYPE_UNSPECIFIED_VALUE
Source type is unspecified.
|
static int |
SYSTEM_GENERATED_ONLY_VALUE
Score is derived only from system-generated answers.
|
| Modifier and Type | Method and Description |
|---|---|
static QaScorecardResult.ScoreSource.SourceType |
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<QaScorecardResult.ScoreSource.SourceType> |
internalGetValueMap() |
static QaScorecardResult.ScoreSource.SourceType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static QaScorecardResult.ScoreSource.SourceType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static QaScorecardResult.ScoreSource.SourceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QaScorecardResult.ScoreSource.SourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QaScorecardResult.ScoreSource.SourceType SOURCE_TYPE_UNSPECIFIED
Source type is unspecified.
SOURCE_TYPE_UNSPECIFIED = 0;public static final QaScorecardResult.ScoreSource.SourceType SYSTEM_GENERATED_ONLY
Score is derived only from system-generated answers.
SYSTEM_GENERATED_ONLY = 1;public static final QaScorecardResult.ScoreSource.SourceType INCLUDES_MANUAL_EDITS
Score is derived from both system-generated answers, and includes any manual edits if they exist.
INCLUDES_MANUAL_EDITS = 2;public static final QaScorecardResult.ScoreSource.SourceType UNRECOGNIZED
public static final int SOURCE_TYPE_UNSPECIFIED_VALUE
Source type is unspecified.
SOURCE_TYPE_UNSPECIFIED = 0;public static final int SYSTEM_GENERATED_ONLY_VALUE
Score is derived only from system-generated answers.
SYSTEM_GENERATED_ONLY = 1;public static final int INCLUDES_MANUAL_EDITS_VALUE
Score is derived from both system-generated answers, and includes any manual edits if they exist.
INCLUDES_MANUAL_EDITS = 2;public static QaScorecardResult.ScoreSource.SourceType[] values()
for (QaScorecardResult.ScoreSource.SourceType c : QaScorecardResult.ScoreSource.SourceType.values()) System.out.println(c);
public static QaScorecardResult.ScoreSource.SourceType 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 QaScorecardResult.ScoreSource.SourceType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static QaScorecardResult.ScoreSource.SourceType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<QaScorecardResult.ScoreSource.SourceType> 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 QaScorecardResult.ScoreSource.SourceType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.