Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.VariantsHistory
-
Packages that use VariantsHistory Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow API -
-
Uses of VariantsHistory in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return VariantsHistory Modifier and Type Method Description VariantsHistory
VariantsHistory.Builder. build()
VariantsHistory
VariantsHistory.Builder. buildPartial()
static VariantsHistory
VariantsHistory. getDefaultInstance()
VariantsHistory
VariantsHistory.Builder. getDefaultInstanceForType()
VariantsHistory
VariantsHistory. getDefaultInstanceForType()
VariantsHistory
Experiment.Builder. getVariantsHistory(int index)
The history of updates to the experiment variants.VariantsHistory
Experiment. getVariantsHistory(int index)
The history of updates to the experiment variants.VariantsHistory
ExperimentOrBuilder. getVariantsHistory(int index)
The history of updates to the experiment variants.static VariantsHistory
VariantsHistory. parseDelimitedFrom(InputStream input)
static VariantsHistory
VariantsHistory. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VariantsHistory
VariantsHistory. parseFrom(byte[] data)
static VariantsHistory
VariantsHistory. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VariantsHistory
VariantsHistory. parseFrom(com.google.protobuf.ByteString data)
static VariantsHistory
VariantsHistory. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VariantsHistory
VariantsHistory. parseFrom(com.google.protobuf.CodedInputStream input)
static VariantsHistory
VariantsHistory. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VariantsHistory
VariantsHistory. parseFrom(InputStream input)
static VariantsHistory
VariantsHistory. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VariantsHistory
VariantsHistory. parseFrom(ByteBuffer data)
static VariantsHistory
VariantsHistory. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return types with arguments of type VariantsHistory Modifier and Type Method Description com.google.protobuf.Parser<VariantsHistory>
VariantsHistory. getParserForType()
List<VariantsHistory>
Experiment.Builder. getVariantsHistoryList()
The history of updates to the experiment variants.List<VariantsHistory>
Experiment. getVariantsHistoryList()
The history of updates to the experiment variants.List<VariantsHistory>
ExperimentOrBuilder. getVariantsHistoryList()
The history of updates to the experiment variants.static com.google.protobuf.Parser<VariantsHistory>
VariantsHistory. parser()
Methods in com.google.cloud.dialogflow.cx.v3beta1 with parameters of type VariantsHistory Modifier and Type Method Description Experiment.Builder
Experiment.Builder. addVariantsHistory(int index, VariantsHistory value)
The history of updates to the experiment variants.Experiment.Builder
Experiment.Builder. addVariantsHistory(VariantsHistory value)
The history of updates to the experiment variants.VariantsHistory.Builder
VariantsHistory.Builder. mergeFrom(VariantsHistory other)
static VariantsHistory.Builder
VariantsHistory. newBuilder(VariantsHistory prototype)
Experiment.Builder
Experiment.Builder. setVariantsHistory(int index, VariantsHistory value)
The history of updates to the experiment variants.Method parameters in com.google.cloud.dialogflow.cx.v3beta1 with type arguments of type VariantsHistory Modifier and Type Method Description Experiment.Builder
Experiment.Builder. addAllVariantsHistory(Iterable<? extends VariantsHistory> values)
The history of updates to the experiment variants.
-