public static enum AgentAssistantFeedback.DocumentEfficiency extends Enum<AgentAssistantFeedback.DocumentEfficiency> implements 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 Descriptors.EnumDescriptor |
getDescriptor() |
Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static Internal.EnumLiteMap<AgentAssistantFeedback.DocumentEfficiency> |
internalGetValueMap() |
static AgentAssistantFeedback.DocumentEfficiency |
valueOf(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 Internal.EnumLite
getNumber
in interface 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 Internal.EnumLiteMap<AgentAssistantFeedback.DocumentEfficiency> internalGetValueMap()
public final Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface ProtocolMessageEnum
public final Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface ProtocolMessageEnum
public static final Descriptors.EnumDescriptor getDescriptor()
public static AgentAssistantFeedback.DocumentEfficiency valueOf(Descriptors.EnumValueDescriptor desc)
Copyright © 2022 Google LLC. All rights reserved.