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.Tier
Agent.Tier. forNumber(int value)
Agent.Tier
Agent.Builder. getTier()
Optional.Agent.Tier
Agent. getTier()
Optional.Agent.Tier
AgentOrBuilder. getTier()
Optional.static Agent.Tier
Agent.Tier. valueOf(int value)
Deprecated.static Agent.Tier
Agent.Tier. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Agent.Tier
Agent.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.Builder
Agent.Builder. setTier(Agent.Tier value)
Optional.
-