Enum AgentAssistantFeedback.DocumentCorrectness (4.43.0)

public enum AgentAssistantFeedback.DocumentCorrectness extends Enum<AgentAssistantFeedback.DocumentCorrectness> implements ProtocolMessageEnum

Correctness of document.

Protobuf enum google.cloud.dialogflow.v2.AgentAssistantFeedback.DocumentCorrectness

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CORRECT

Information in document is correct.

CORRECT = 2;

CORRECT_VALUE

Information in document is correct.

CORRECT = 2;

DOCUMENT_CORRECTNESS_UNSPECIFIED

Document correctness unspecified.

DOCUMENT_CORRECTNESS_UNSPECIFIED = 0;

DOCUMENT_CORRECTNESS_UNSPECIFIED_VALUE

Document correctness unspecified.

DOCUMENT_CORRECTNESS_UNSPECIFIED = 0;

INCORRECT

Information in document is incorrect.

INCORRECT = 1;

INCORRECT_VALUE

Information in document is incorrect.

INCORRECT = 1;

UNRECOGNIZED

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()