Uses of Class
com.google.cloud.dialogflow.cx.v3.Experiment.State
-
Packages that use Experiment.State Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow API -
-
Uses of Experiment.State in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return Experiment.State Modifier and Type Method Description static Experiment.State
Experiment.State. forNumber(int value)
Experiment.State
Experiment.Builder. getState()
The current state of the experiment.Experiment.State
Experiment. getState()
The current state of the experiment.Experiment.State
ExperimentOrBuilder. getState()
The current state of the experiment.static Experiment.State
Experiment.State. valueOf(int value)
Deprecated.static Experiment.State
Experiment.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Experiment.State
Experiment.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static Experiment.State[]
Experiment.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type Experiment.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Experiment.State>
Experiment.State. internalGetValueMap()
Methods in com.google.cloud.dialogflow.cx.v3 with parameters of type Experiment.State Modifier and Type Method Description Experiment.Builder
Experiment.Builder. setState(Experiment.State value)
The current state of the experiment.
-