public enum AgentAssistantFeedback.DocumentEfficiency extends Enum<AgentAssistantFeedback.DocumentEfficiency> implements ProtocolMessageEnum
Efficiency of document.
Protobuf enum google.cloud.dialogflow.v2beta1.AgentAssistantFeedback.DocumentEfficiency
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
DOCUMENT_EFFICIENCY_UNSPECIFIED |
Document efficiency unspecified. |
DOCUMENT_EFFICIENCY_UNSPECIFIED_VALUE |
Document efficiency unspecified. |
EFFICIENT |
Document is efficient. |
EFFICIENT_VALUE |
Document is efficient. |
INEFFICIENT |
Document is inefficient. |
INEFFICIENT_VALUE |
Document is inefficient. |
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() |