Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.Experiment.State
-
Packages that use Experiment.State Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow API -
-
Uses of Experiment.State in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return Experiment.State Modifier and Type Method Description static Experiment.StateExperiment.State. forNumber(int value)Experiment.StateExperiment.Builder. getState()The current state of the experiment.Experiment.StateExperiment. getState()The current state of the experiment.Experiment.StateExperimentOrBuilder. getState()The current state of the experiment.static Experiment.StateExperiment.State. valueOf(int value)Deprecated.static Experiment.StateExperiment.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Experiment.StateExperiment.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.v3beta1 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.v3beta1 with parameters of type Experiment.State Modifier and Type Method Description Experiment.BuilderExperiment.Builder. setState(Experiment.State value)The current state of the experiment.
-