Uses of Class
com.google.cloud.dialogflow.v2.Agent.MatchMode
-
Packages that use Agent.MatchMode Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow API -
-
Uses of Agent.MatchMode in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return Agent.MatchMode Modifier and Type Method Description static Agent.MatchMode
Agent.MatchMode. forNumber(int value)
Agent.MatchMode
Agent.Builder. getMatchMode()
Deprecated.google.cloud.dialogflow.v2.Agent.match_mode is deprecated.Agent.MatchMode
Agent. getMatchMode()
Deprecated.google.cloud.dialogflow.v2.Agent.match_mode is deprecated.Agent.MatchMode
AgentOrBuilder. getMatchMode()
Deprecated.google.cloud.dialogflow.v2.Agent.match_mode is deprecated.static Agent.MatchMode
Agent.MatchMode. valueOf(int value)
Deprecated.static Agent.MatchMode
Agent.MatchMode. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Agent.MatchMode
Agent.MatchMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static Agent.MatchMode[]
Agent.MatchMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.dialogflow.v2 that return types with arguments of type Agent.MatchMode Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Agent.MatchMode>
Agent.MatchMode. internalGetValueMap()
Methods in com.google.cloud.dialogflow.v2 with parameters of type Agent.MatchMode Modifier and Type Method Description Agent.Builder
Agent.Builder. setMatchMode(Agent.MatchMode value)
Deprecated.google.cloud.dialogflow.v2.Agent.match_mode is deprecated.
-