public static enum AutomatedAgentReply.MatchCase extends Enum<AutomatedAgentReply.MatchCase> implements Internal.EnumLite, AbstractMessageLite.InternalOneOfEnum
Enum Constant and Description |
---|
EVENT |
INTENT |
MATCH_NOT_SET |
Modifier and Type | Method and Description |
---|---|
static AutomatedAgentReply.MatchCase |
forNumber(int value) |
int |
getNumber() |
static AutomatedAgentReply.MatchCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static AutomatedAgentReply.MatchCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutomatedAgentReply.MatchCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AutomatedAgentReply.MatchCase INTENT
public static final AutomatedAgentReply.MatchCase EVENT
public static final AutomatedAgentReply.MatchCase MATCH_NOT_SET
public static AutomatedAgentReply.MatchCase[] values()
for (AutomatedAgentReply.MatchCase c : AutomatedAgentReply.MatchCase.values()) System.out.println(c);
public static AutomatedAgentReply.MatchCase 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 null@Deprecated public static AutomatedAgentReply.MatchCase valueOf(int value)
forNumber(int)
instead.value
- The number of the enum to look for.public static AutomatedAgentReply.MatchCase forNumber(int value)
public int getNumber()
getNumber
in interface AbstractMessageLite.InternalOneOfEnum
getNumber
in interface Internal.EnumLite
Copyright © 2022 Google LLC. All rights reserved.