public enum Emulate extends Enum<Emulate>
| Enum Constant and Description |
|---|
APIAI
The apiai.
|
RASA_NLU
The rasa nlu.
|
WITAI
The witai.
|
| Modifier and Type | Method and Description |
|---|---|
static Emulate |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Emulate[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Emulate RASA_NLU
public static final Emulate WITAI
public static final Emulate APIAI
public static Emulate[] values()
for (Emulate c : Emulate.values()) System.out.println(c);
public static Emulate 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 nullCopyright © 2017 BotMill. All rights reserved.