public static enum AgentAssistantFeedback.DocumentEfficiency extends Enum<AgentAssistantFeedback.DocumentEfficiency> implements com.google.protobuf.ProtocolMessageEnum
Efficiency of document.Protobuf enum
google.cloud.dialogflow.v2beta1.AgentAssistantFeedback.DocumentEfficiency| Enum Constant and Description |
|---|
DOCUMENT_EFFICIENCY_UNSPECIFIED
Document efficiency unspecified.
|
EFFICIENT
Document is efficient.
|
INEFFICIENT
Document is inefficient.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
DOCUMENT_EFFICIENCY_UNSPECIFIED_VALUE
Document efficiency unspecified.
|
static int |
EFFICIENT_VALUE
Document is efficient.
|
static int |
INEFFICIENT_VALUE
Document is inefficient.
|
| Modifier and Type | Method and Description |
|---|---|
static AgentAssistantFeedback.DocumentEfficiency |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<AgentAssistantFeedback.DocumentEfficiency> |
internalGetValueMap() |
static AgentAssistantFeedback.DocumentEfficiency |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static AgentAssistantFeedback.DocumentEfficiency |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static AgentAssistantFeedback.DocumentEfficiency |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AgentAssistantFeedback.DocumentEfficiency[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AgentAssistantFeedback.DocumentEfficiency DOCUMENT_EFFICIENCY_UNSPECIFIED
Document efficiency unspecified.
DOCUMENT_EFFICIENCY_UNSPECIFIED = 0;public static final AgentAssistantFeedback.DocumentEfficiency INEFFICIENT
Document is inefficient.
INEFFICIENT = 1;public static final AgentAssistantFeedback.DocumentEfficiency EFFICIENT
Document is efficient.
EFFICIENT = 2;public static final AgentAssistantFeedback.DocumentEfficiency UNRECOGNIZED
public static final int DOCUMENT_EFFICIENCY_UNSPECIFIED_VALUE
Document efficiency unspecified.
DOCUMENT_EFFICIENCY_UNSPECIFIED = 0;public static final int INEFFICIENT_VALUE
Document is inefficient.
INEFFICIENT = 1;public static final int EFFICIENT_VALUE
Document is efficient.
EFFICIENT = 2;public static AgentAssistantFeedback.DocumentEfficiency[] values()
for (AgentAssistantFeedback.DocumentEfficiency c : AgentAssistantFeedback.DocumentEfficiency.values()) System.out.println(c);
public static AgentAssistantFeedback.DocumentEfficiency valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static AgentAssistantFeedback.DocumentEfficiency valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static AgentAssistantFeedback.DocumentEfficiency forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<AgentAssistantFeedback.DocumentEfficiency> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static AgentAssistantFeedback.DocumentEfficiency valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.