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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
HIGH |
Indicates our confidence is high. |
HIGH_VALUE |
Indicates our confidence is high. |
LOW |
Indicates that the confidence is low. |
LOW_VALUE |
Indicates that the confidence is low. |
MATCH_CONFIDENCE_LEVEL_UNSPECIFIED |
Not specified. |
MATCH_CONFIDENCE_LEVEL_UNSPECIFIED_VALUE |
Not specified. |
MEDIUM |
Indicates our confidence is medium. |
MEDIUM_VALUE |
Indicates our confidence is medium. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |