public static enum Experiment.Result.CountType extends Enum<Experiment.Result.CountType> implements com.google.protobuf.ProtocolMessageEnum
Types of count-based metric for Dialogflow experiment.Protobuf enum
google.cloud.dialogflow.cx.v3.Experiment.Result.CountType| Enum Constant and Description |
|---|
AVERAGE_TURN_COUNT
Average turn count in a session.
|
COUNT_TYPE_UNSPECIFIED
Count type unspecified.
|
TOTAL_NO_MATCH_COUNT
Total number of occurrences of a 'NO_MATCH'.
|
TOTAL_TURN_COUNT
Total number of turn counts.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
AVERAGE_TURN_COUNT_VALUE
Average turn count in a session.
|
static int |
COUNT_TYPE_UNSPECIFIED_VALUE
Count type unspecified.
|
static int |
TOTAL_NO_MATCH_COUNT_VALUE
Total number of occurrences of a 'NO_MATCH'.
|
static int |
TOTAL_TURN_COUNT_VALUE
Total number of turn counts.
|
| Modifier and Type | Method and Description |
|---|---|
static Experiment.Result.CountType |
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<Experiment.Result.CountType> |
internalGetValueMap() |
static Experiment.Result.CountType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Experiment.Result.CountType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Experiment.Result.CountType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Experiment.Result.CountType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Experiment.Result.CountType COUNT_TYPE_UNSPECIFIED
Count type unspecified.
COUNT_TYPE_UNSPECIFIED = 0;public static final Experiment.Result.CountType TOTAL_NO_MATCH_COUNT
Total number of occurrences of a 'NO_MATCH'.
TOTAL_NO_MATCH_COUNT = 1;public static final Experiment.Result.CountType TOTAL_TURN_COUNT
Total number of turn counts.
TOTAL_TURN_COUNT = 2;public static final Experiment.Result.CountType AVERAGE_TURN_COUNT
Average turn count in a session.
AVERAGE_TURN_COUNT = 3;public static final Experiment.Result.CountType UNRECOGNIZED
public static final int COUNT_TYPE_UNSPECIFIED_VALUE
Count type unspecified.
COUNT_TYPE_UNSPECIFIED = 0;public static final int TOTAL_NO_MATCH_COUNT_VALUE
Total number of occurrences of a 'NO_MATCH'.
TOTAL_NO_MATCH_COUNT = 1;public static final int TOTAL_TURN_COUNT_VALUE
Total number of turn counts.
TOTAL_TURN_COUNT = 2;public static final int AVERAGE_TURN_COUNT_VALUE
Average turn count in a session.
AVERAGE_TURN_COUNT = 3;public static Experiment.Result.CountType[] values()
for (Experiment.Result.CountType c : Experiment.Result.CountType.values()) System.out.println(c);
public static Experiment.Result.CountType 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 Experiment.Result.CountType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Experiment.Result.CountType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Experiment.Result.CountType> 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 Experiment.Result.CountType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2022 Google LLC. All rights reserved.