Enum DataStoreConnectionSignals.GroundingSignals.GroundingScoreBucket (0.52.0)

public enum DataStoreConnectionSignals.GroundingSignals.GroundingScoreBucket extends Enum<DataStoreConnectionSignals.GroundingSignals.GroundingScoreBucket> implements ProtocolMessageEnum

Grounding score buckets.

Protobuf enum google.cloud.dialogflow.cx.v3beta1.DataStoreConnectionSignals.GroundingSignals.GroundingScoreBucket

Implements

ProtocolMessageEnum

Static Fields

NameDescription
GROUNDING_SCORE_BUCKET_UNSPECIFIED

Score not specified.

GROUNDING_SCORE_BUCKET_UNSPECIFIED = 0;

GROUNDING_SCORE_BUCKET_UNSPECIFIED_VALUE

Score not specified.

GROUNDING_SCORE_BUCKET_UNSPECIFIED = 0;

HIGH

We have high confidence that the answer is grounded.

HIGH = 5;

HIGH_VALUE

We have high confidence that the answer is grounded.

HIGH = 5;

LOW

We have low confidence that the answer is grounded.

LOW = 3;

LOW_VALUE

We have low confidence that the answer is grounded.

LOW = 3;

MEDIUM

We have medium confidence that the answer is grounded.

MEDIUM = 4;

MEDIUM_VALUE

We have medium confidence that the answer is grounded.

MEDIUM = 4;

UNRECOGNIZED
VERY_HIGH

We have very high confidence that the answer is grounded.

VERY_HIGH = 6;

VERY_HIGH_VALUE

We have very high confidence that the answer is grounded.

VERY_HIGH = 6;

VERY_LOW

We have very low confidence that the answer is grounded.

VERY_LOW = 1;

VERY_LOW_VALUE

We have very low confidence that the answer is grounded.

VERY_LOW = 1;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()