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