public static enum DataStoreConnectionSignals.GroundingSignals.GroundingScoreBucket extends Enum<DataStoreConnectionSignals.GroundingSignals.GroundingScoreBucket> implements com.google.protobuf.ProtocolMessageEnum
Grounding score buckets.Protobuf enum
google.cloud.dialogflow.cx.v3.DataStoreConnectionSignals.GroundingSignals.GroundingScoreBucket| Enum Constant and Description |
|---|
GROUNDING_SCORE_BUCKET_UNSPECIFIED
Score not specified.
|
HIGH
We have high confidence that the answer is grounded.
|
LOW
We have low confidence that the answer is grounded.
|
MEDIUM
We have medium confidence that the answer is grounded.
|
UNRECOGNIZED |
VERY_HIGH
We have very high confidence that the answer is grounded.
|
VERY_LOW
We have very low confidence that the answer is grounded.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
GROUNDING_SCORE_BUCKET_UNSPECIFIED_VALUE
Score not specified.
|
static int |
HIGH_VALUE
We have high confidence that the answer is grounded.
|
static int |
LOW_VALUE
We have low confidence that the answer is grounded.
|
static int |
MEDIUM_VALUE
We have medium confidence that the answer is grounded.
|
static int |
VERY_HIGH_VALUE
We have very high confidence that the answer is grounded.
|
static int |
VERY_LOW_VALUE
We have very low confidence that the answer is grounded.
|
| Modifier and Type | Method and Description |
|---|---|
static DataStoreConnectionSignals.GroundingSignals.GroundingScoreBucket |
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<DataStoreConnectionSignals.GroundingSignals.GroundingScoreBucket> |
internalGetValueMap() |
static DataStoreConnectionSignals.GroundingSignals.GroundingScoreBucket |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static DataStoreConnectionSignals.GroundingSignals.GroundingScoreBucket |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static DataStoreConnectionSignals.GroundingSignals.GroundingScoreBucket |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataStoreConnectionSignals.GroundingSignals.GroundingScoreBucket[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataStoreConnectionSignals.GroundingSignals.GroundingScoreBucket GROUNDING_SCORE_BUCKET_UNSPECIFIED
Score not specified.
GROUNDING_SCORE_BUCKET_UNSPECIFIED = 0;public static final DataStoreConnectionSignals.GroundingSignals.GroundingScoreBucket VERY_LOW
We have very low confidence that the answer is grounded.
VERY_LOW = 1;public static final DataStoreConnectionSignals.GroundingSignals.GroundingScoreBucket LOW
We have low confidence that the answer is grounded.
LOW = 3;public static final DataStoreConnectionSignals.GroundingSignals.GroundingScoreBucket MEDIUM
We have medium confidence that the answer is grounded.
MEDIUM = 4;public static final DataStoreConnectionSignals.GroundingSignals.GroundingScoreBucket HIGH
We have high confidence that the answer is grounded.
HIGH = 5;public static final DataStoreConnectionSignals.GroundingSignals.GroundingScoreBucket VERY_HIGH
We have very high confidence that the answer is grounded.
VERY_HIGH = 6;public static final DataStoreConnectionSignals.GroundingSignals.GroundingScoreBucket UNRECOGNIZED
public static final int GROUNDING_SCORE_BUCKET_UNSPECIFIED_VALUE
Score not specified.
GROUNDING_SCORE_BUCKET_UNSPECIFIED = 0;public static final int VERY_LOW_VALUE
We have very low confidence that the answer is grounded.
VERY_LOW = 1;public static final int LOW_VALUE
We have low confidence that the answer is grounded.
LOW = 3;public static final int MEDIUM_VALUE
We have medium confidence that the answer is grounded.
MEDIUM = 4;public static final int HIGH_VALUE
We have high confidence that the answer is grounded.
HIGH = 5;public static final int VERY_HIGH_VALUE
We have very high confidence that the answer is grounded.
VERY_HIGH = 6;public static DataStoreConnectionSignals.GroundingSignals.GroundingScoreBucket[] values()
for (DataStoreConnectionSignals.GroundingSignals.GroundingScoreBucket c : DataStoreConnectionSignals.GroundingSignals.GroundingScoreBucket.values()) System.out.println(c);
public static DataStoreConnectionSignals.GroundingSignals.GroundingScoreBucket 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 DataStoreConnectionSignals.GroundingSignals.GroundingScoreBucket valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static DataStoreConnectionSignals.GroundingSignals.GroundingScoreBucket forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<DataStoreConnectionSignals.GroundingSignals.GroundingScoreBucket> 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 DataStoreConnectionSignals.GroundingSignals.GroundingScoreBucket valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.