Enum KnowledgeAnswers.Answer.MatchConfidenceLevel (4.3.1)

public enum KnowledgeAnswers.Answer.MatchConfidenceLevel extends Enum<KnowledgeAnswers.Answer.MatchConfidenceLevel> implements ProtocolMessageEnum

Represents the system's confidence that this knowledge answer is a good match for this conversational query.

Protobuf enum google.cloud.dialogflow.v2beta1.KnowledgeAnswers.Answer.MatchConfidenceLevel

Implements

ProtocolMessageEnum

Fields

NameDescription
HIGH

Indicates our confidence is high.

HIGH = 3;

HIGH_VALUE

Indicates our confidence is high.

HIGH = 3;

LOW

Indicates that the confidence is low.

LOW = 1;

LOW_VALUE

Indicates that the confidence is low.

LOW = 1;

MATCH_CONFIDENCE_LEVEL_UNSPECIFIED

Not specified.

MATCH_CONFIDENCE_LEVEL_UNSPECIFIED = 0;

MATCH_CONFIDENCE_LEVEL_UNSPECIFIED_VALUE

Not specified.

MATCH_CONFIDENCE_LEVEL_UNSPECIFIED = 0;

MEDIUM

Indicates our confidence is medium.

MEDIUM = 2;

MEDIUM_VALUE

Indicates our confidence is medium.

MEDIUM = 2;

UNRECOGNIZED

Methods

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

(deprecated) Use #forNumber(int) instead.

valueOf(String name)
values()