public enum AgentAssistantFeedback.DocumentCorrectness extends Enum<AgentAssistantFeedback.DocumentCorrectness> implements ProtocolMessageEnum
Correctness of document.
Protobuf enum
google.cloud.dialogflow.v2beta1.AgentAssistantFeedback.DocumentCorrectness
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CORRECT |
Information in document is correct. |
CORRECT_VALUE |
Information in document is correct. |
DOCUMENT_CORRECTNESS_UNSPECIFIED |
Document correctness unspecified. |
DOCUMENT_CORRECTNESS_UNSPECIFIED_VALUE |
Document correctness unspecified. |
INCORRECT |
Information in document is incorrect. |
INCORRECT_VALUE |
Information in document is incorrect. |
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() |