Uses of Class
com.google.cloud.dialogflow.v2beta1.Environment.State
-
Packages that use Environment.State Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow API -
-
Uses of Environment.State in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 that return Environment.State Modifier and Type Method Description static Environment.StateEnvironment.State. forNumber(int value)Environment.StateEnvironment.Builder. getState()Output only.Environment.StateEnvironment. getState()Output only.Environment.StateEnvironmentOrBuilder. getState()Output only.static Environment.StateEnvironment.State. valueOf(int value)Deprecated.static Environment.StateEnvironment.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Environment.StateEnvironment.State. valueOf(String name)Returns the enum constant of this type with the specified name.static Environment.State[]Environment.State. 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 Environment.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Environment.State>Environment.State. internalGetValueMap()Methods in com.google.cloud.dialogflow.v2beta1 with parameters of type Environment.State Modifier and Type Method Description Environment.BuilderEnvironment.Builder. setState(Environment.State value)Output only.
-