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