Uses of Class
com.google.cloud.dialogflow.cx.v3.ExperimentName
-
Packages that use ExperimentName Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow API -
-
Uses of ExperimentName in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return ExperimentName Modifier and Type Method Description ExperimentName
ExperimentName.Builder. build()
static ExperimentName
ExperimentName. of(String project, String location, String agent, String environment, String experiment)
static ExperimentName
ExperimentName. parse(String formattedString)
Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type ExperimentName Modifier and Type Method Description static List<ExperimentName>
ExperimentName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.dialogflow.cx.v3 with parameters of type ExperimentName Modifier and Type Method Description void
ExperimentsClient. deleteExperiment(ExperimentName name)
Deletes the specified [Experiment][google.cloud.dialogflow.cx.v3.Experiment].Experiment
ExperimentsClient. getExperiment(ExperimentName name)
Retrieves the specified [Experiment][google.cloud.dialogflow.cx.v3.Experiment].Experiment
ExperimentsClient. startExperiment(ExperimentName name)
Starts the specified [Experiment][google.cloud.dialogflow.cx.v3.Experiment].Experiment
ExperimentsClient. stopExperiment(ExperimentName name)
Stops the specified [Experiment][google.cloud.dialogflow.cx.v3.Experiment].Method parameters in com.google.cloud.dialogflow.cx.v3 with type arguments of type ExperimentName Modifier and Type Method Description static List<String>
ExperimentName. toStringList(List<ExperimentName> values)
-