public static enum HumanAgentAssistantConfig.SuggestionQueryConfig.QuerySourceCase extends Enum<HumanAgentAssistantConfig.SuggestionQueryConfig.QuerySourceCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
DIALOGFLOW_QUERY_SOURCE |
DOCUMENT_QUERY_SOURCE |
KNOWLEDGE_BASE_QUERY_SOURCE |
QUERYSOURCE_NOT_SET |
| Modifier and Type | Method and Description |
|---|---|
static HumanAgentAssistantConfig.SuggestionQueryConfig.QuerySourceCase |
forNumber(int value) |
int |
getNumber() |
static HumanAgentAssistantConfig.SuggestionQueryConfig.QuerySourceCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static HumanAgentAssistantConfig.SuggestionQueryConfig.QuerySourceCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HumanAgentAssistantConfig.SuggestionQueryConfig.QuerySourceCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HumanAgentAssistantConfig.SuggestionQueryConfig.QuerySourceCase KNOWLEDGE_BASE_QUERY_SOURCE
public static final HumanAgentAssistantConfig.SuggestionQueryConfig.QuerySourceCase DOCUMENT_QUERY_SOURCE
public static final HumanAgentAssistantConfig.SuggestionQueryConfig.QuerySourceCase DIALOGFLOW_QUERY_SOURCE
public static final HumanAgentAssistantConfig.SuggestionQueryConfig.QuerySourceCase QUERYSOURCE_NOT_SET
public static HumanAgentAssistantConfig.SuggestionQueryConfig.QuerySourceCase[] values()
for (HumanAgentAssistantConfig.SuggestionQueryConfig.QuerySourceCase c : HumanAgentAssistantConfig.SuggestionQueryConfig.QuerySourceCase.values()) System.out.println(c);
public static HumanAgentAssistantConfig.SuggestionQueryConfig.QuerySourceCase 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 HumanAgentAssistantConfig.SuggestionQueryConfig.QuerySourceCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static HumanAgentAssistantConfig.SuggestionQueryConfig.QuerySourceCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2023 Google LLC. All rights reserved.