public static enum AutomatedAgentReply.AutomatedAgentReplyType extends Enum<AutomatedAgentReply.AutomatedAgentReplyType> implements com.google.protobuf.ProtocolMessageEnum
Represents different automated agent reply types.Protobuf enum
google.cloud.dialogflow.v2beta1.AutomatedAgentReply.AutomatedAgentReplyType| Enum Constant and Description |
|---|
AUTOMATED_AGENT_REPLY_TYPE_UNSPECIFIED
Not specified.
|
FINAL
Final reply.
|
PARTIAL
Partial reply.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
AUTOMATED_AGENT_REPLY_TYPE_UNSPECIFIED_VALUE
Not specified.
|
static int |
FINAL_VALUE
Final reply.
|
static int |
PARTIAL_VALUE
Partial reply.
|
| Modifier and Type | Method and Description |
|---|---|
static AutomatedAgentReply.AutomatedAgentReplyType |
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<AutomatedAgentReply.AutomatedAgentReplyType> |
internalGetValueMap() |
static AutomatedAgentReply.AutomatedAgentReplyType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static AutomatedAgentReply.AutomatedAgentReplyType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static AutomatedAgentReply.AutomatedAgentReplyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutomatedAgentReply.AutomatedAgentReplyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AutomatedAgentReply.AutomatedAgentReplyType AUTOMATED_AGENT_REPLY_TYPE_UNSPECIFIED
Not specified. This should never happen.
AUTOMATED_AGENT_REPLY_TYPE_UNSPECIFIED = 0;public static final AutomatedAgentReply.AutomatedAgentReplyType PARTIAL
Partial reply. e.g. Aggregated responses in a `Fulfillment` that enables `return_partial_response` can be returned as partial reply. WARNING: partial reply is not eligible for barge-in.
PARTIAL = 1;public static final AutomatedAgentReply.AutomatedAgentReplyType FINAL
Final reply.
FINAL = 2;public static final AutomatedAgentReply.AutomatedAgentReplyType UNRECOGNIZED
public static final int AUTOMATED_AGENT_REPLY_TYPE_UNSPECIFIED_VALUE
Not specified. This should never happen.
AUTOMATED_AGENT_REPLY_TYPE_UNSPECIFIED = 0;public static final int PARTIAL_VALUE
Partial reply. e.g. Aggregated responses in a `Fulfillment` that enables `return_partial_response` can be returned as partial reply. WARNING: partial reply is not eligible for barge-in.
PARTIAL = 1;public static final int FINAL_VALUE
Final reply.
FINAL = 2;public static AutomatedAgentReply.AutomatedAgentReplyType[] values()
for (AutomatedAgentReply.AutomatedAgentReplyType c : AutomatedAgentReply.AutomatedAgentReplyType.values()) System.out.println(c);
public static AutomatedAgentReply.AutomatedAgentReplyType 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 AutomatedAgentReply.AutomatedAgentReplyType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static AutomatedAgentReply.AutomatedAgentReplyType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<AutomatedAgentReply.AutomatedAgentReplyType> 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 AutomatedAgentReply.AutomatedAgentReplyType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.