public enum GetAiAgentDefaultConfigQueryParamsModeField extends Enum<GetAiAgentDefaultConfigQueryParamsModeField> implements Valuable
| Modifier and Type | Class and Description |
|---|---|
static class |
GetAiAgentDefaultConfigQueryParamsModeField.GetAiAgentDefaultConfigQueryParamsModeFieldDeserializer |
static class |
GetAiAgentDefaultConfigQueryParamsModeField.GetAiAgentDefaultConfigQueryParamsModeFieldSerializer |
| Enum Constant and Description |
|---|
ASK |
EXTRACT |
EXTRACT_STRUCTURED |
TEXT_GEN |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
static GetAiAgentDefaultConfigQueryParamsModeField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GetAiAgentDefaultConfigQueryParamsModeField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GetAiAgentDefaultConfigQueryParamsModeField ASK
public static final GetAiAgentDefaultConfigQueryParamsModeField TEXT_GEN
public static final GetAiAgentDefaultConfigQueryParamsModeField EXTRACT
public static final GetAiAgentDefaultConfigQueryParamsModeField EXTRACT_STRUCTURED
public static GetAiAgentDefaultConfigQueryParamsModeField[] values()
for (GetAiAgentDefaultConfigQueryParamsModeField c : GetAiAgentDefaultConfigQueryParamsModeField.values()) System.out.println(c);
public static GetAiAgentDefaultConfigQueryParamsModeField 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