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