Uses of Class
com.google.cloud.dialogflow.v2beta1.HumanAgentHandoffConfig.AgentServiceCase
-
Packages that use HumanAgentHandoffConfig.AgentServiceCase Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow API -
-
Uses of HumanAgentHandoffConfig.AgentServiceCase in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 that return HumanAgentHandoffConfig.AgentServiceCase Modifier and Type Method Description static HumanAgentHandoffConfig.AgentServiceCase
HumanAgentHandoffConfig.AgentServiceCase. forNumber(int value)
HumanAgentHandoffConfig.AgentServiceCase
HumanAgentHandoffConfig.Builder. getAgentServiceCase()
HumanAgentHandoffConfig.AgentServiceCase
HumanAgentHandoffConfig. getAgentServiceCase()
HumanAgentHandoffConfig.AgentServiceCase
HumanAgentHandoffConfigOrBuilder. getAgentServiceCase()
static HumanAgentHandoffConfig.AgentServiceCase
HumanAgentHandoffConfig.AgentServiceCase. valueOf(int value)
Deprecated.static HumanAgentHandoffConfig.AgentServiceCase
HumanAgentHandoffConfig.AgentServiceCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static HumanAgentHandoffConfig.AgentServiceCase[]
HumanAgentHandoffConfig.AgentServiceCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-