Uses of Class
com.google.cloud.dialogflow.v2.Agent.ApiVersion
-
Packages that use Agent.ApiVersion Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow API -
-
Uses of Agent.ApiVersion in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return Agent.ApiVersion Modifier and Type Method Description static Agent.ApiVersion
Agent.ApiVersion. forNumber(int value)
Agent.ApiVersion
Agent.Builder. getApiVersion()
Optional.Agent.ApiVersion
Agent. getApiVersion()
Optional.Agent.ApiVersion
AgentOrBuilder. getApiVersion()
Optional.static Agent.ApiVersion
Agent.ApiVersion. valueOf(int value)
Deprecated.static Agent.ApiVersion
Agent.ApiVersion. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Agent.ApiVersion
Agent.ApiVersion. valueOf(String name)
Returns the enum constant of this type with the specified name.static Agent.ApiVersion[]
Agent.ApiVersion. 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.ApiVersion Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Agent.ApiVersion>
Agent.ApiVersion. internalGetValueMap()
Methods in com.google.cloud.dialogflow.v2 with parameters of type Agent.ApiVersion Modifier and Type Method Description Agent.Builder
Agent.Builder. setApiVersion(Agent.ApiVersion value)
Optional.
-