public static enum ProcessQueryContent.ActionType extends Enum<ProcessQueryContent.ActionType>
| Enum Constant and Description |
|---|
asr_none |
asrnlp_mix |
asrnlp_none |
asrnlp_tts |
asrnlp_url |
| Modifier and Type | Method and Description |
|---|---|
static ProcessQueryContent.ActionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessQueryContent.ActionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProcessQueryContent.ActionType asr_none
public static final ProcessQueryContent.ActionType asrnlp_none
public static final ProcessQueryContent.ActionType asrnlp_tts
public static final ProcessQueryContent.ActionType asrnlp_url
public static final ProcessQueryContent.ActionType asrnlp_mix
public static ProcessQueryContent.ActionType[] values()
for (ProcessQueryContent.ActionType c : ProcessQueryContent.ActionType.values()) System.out.println(c);
public static ProcessQueryContent.ActionType 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 © 2024. All rights reserved.