Uses of Interface
com.google.cloud.dialogflow.cx.v3.VariantsHistoryOrBuilder
-
Packages that use VariantsHistoryOrBuilder Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow API -
-
Uses of VariantsHistoryOrBuilder in com.google.cloud.dialogflow.cx.v3
Classes in com.google.cloud.dialogflow.cx.v3 that implement VariantsHistoryOrBuilder Modifier and Type Class Description class
VariantsHistory
The history of variants update.static class
VariantsHistory.Builder
The history of variants update.Methods in com.google.cloud.dialogflow.cx.v3 that return VariantsHistoryOrBuilder Modifier and Type Method Description VariantsHistoryOrBuilder
Experiment.Builder. getVariantsHistoryOrBuilder(int index)
The history of updates to the experiment variants.VariantsHistoryOrBuilder
Experiment. getVariantsHistoryOrBuilder(int index)
The history of updates to the experiment variants.VariantsHistoryOrBuilder
ExperimentOrBuilder. getVariantsHistoryOrBuilder(int index)
The history of updates to the experiment variants.Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type VariantsHistoryOrBuilder Modifier and Type Method Description List<? extends VariantsHistoryOrBuilder>
Experiment.Builder. getVariantsHistoryOrBuilderList()
The history of updates to the experiment variants.List<? extends VariantsHistoryOrBuilder>
Experiment. getVariantsHistoryOrBuilderList()
The history of updates to the experiment variants.List<? extends VariantsHistoryOrBuilder>
ExperimentOrBuilder. getVariantsHistoryOrBuilderList()
The history of updates to the experiment variants.
-