public static enum QaAnswer.AnswerSource.SourceType extends Enum<QaAnswer.AnswerSource.SourceType> implements com.google.protobuf.ProtocolMessageEnum
What created the answer.Protobuf enum
google.cloud.contactcenterinsights.v1.QaAnswer.AnswerSource.SourceType| Enum Constant and Description |
|---|
MANUAL_EDIT
Answer was created by a human via manual edit.
|
SOURCE_TYPE_UNSPECIFIED
Source type is unspecified.
|
SYSTEM_GENERATED
Answer was system-generated; created during an Insights analysis.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
MANUAL_EDIT_VALUE
Answer was created by a human via manual edit.
|
static int |
SOURCE_TYPE_UNSPECIFIED_VALUE
Source type is unspecified.
|
static int |
SYSTEM_GENERATED_VALUE
Answer was system-generated; created during an Insights analysis.
|
| Modifier and Type | Method and Description |
|---|---|
static QaAnswer.AnswerSource.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<QaAnswer.AnswerSource.SourceType> |
internalGetValueMap() |
static QaAnswer.AnswerSource.SourceType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static QaAnswer.AnswerSource.SourceType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static QaAnswer.AnswerSource.SourceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QaAnswer.AnswerSource.SourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QaAnswer.AnswerSource.SourceType SOURCE_TYPE_UNSPECIFIED
Source type is unspecified.
SOURCE_TYPE_UNSPECIFIED = 0;public static final QaAnswer.AnswerSource.SourceType SYSTEM_GENERATED
Answer was system-generated; created during an Insights analysis.
SYSTEM_GENERATED = 1;public static final QaAnswer.AnswerSource.SourceType MANUAL_EDIT
Answer was created by a human via manual edit.
MANUAL_EDIT = 2;public static final QaAnswer.AnswerSource.SourceType UNRECOGNIZED
public static final int SOURCE_TYPE_UNSPECIFIED_VALUE
Source type is unspecified.
SOURCE_TYPE_UNSPECIFIED = 0;public static final int SYSTEM_GENERATED_VALUE
Answer was system-generated; created during an Insights analysis.
SYSTEM_GENERATED = 1;public static final int MANUAL_EDIT_VALUE
Answer was created by a human via manual edit.
MANUAL_EDIT = 2;public static QaAnswer.AnswerSource.SourceType[] values()
for (QaAnswer.AnswerSource.SourceType c : QaAnswer.AnswerSource.SourceType.values()) System.out.println(c);
public static QaAnswer.AnswerSource.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 QaAnswer.AnswerSource.SourceType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static QaAnswer.AnswerSource.SourceType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<QaAnswer.AnswerSource.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 QaAnswer.AnswerSource.SourceType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.