Enum QaScorecardResult.ScoreSource.SourceType (2.81.0)

public enum QaScorecardResult.ScoreSource.SourceType extends Enum<QaScorecardResult.ScoreSource.SourceType> implements ProtocolMessageEnum

What created the score.

Protobuf enum google.cloud.contactcenterinsights.v1.QaScorecardResult.ScoreSource.SourceType

Implements

ProtocolMessageEnum

Static Fields

Name Description
INCLUDES_MANUAL_EDITS

Score is derived from both system-generated answers, and includes any manual edits if they exist.

INCLUDES_MANUAL_EDITS = 2;

INCLUDES_MANUAL_EDITS_VALUE

Score is derived from both system-generated answers, and includes any manual edits if they exist.

INCLUDES_MANUAL_EDITS = 2;

SOURCE_TYPE_UNSPECIFIED

Source type is unspecified.

SOURCE_TYPE_UNSPECIFIED = 0;

SOURCE_TYPE_UNSPECIFIED_VALUE

Source type is unspecified.

SOURCE_TYPE_UNSPECIFIED = 0;

SYSTEM_GENERATED_ONLY

Score is derived only from system-generated answers.

SYSTEM_GENERATED_ONLY = 1;

SYSTEM_GENERATED_ONLY_VALUE

Score is derived only from system-generated answers.

SYSTEM_GENERATED_ONLY = 1;

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()