Interface Experiment.DefinitionOrBuilder (0.52.0)

public static interface Experiment.DefinitionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCondition()

public abstract String getCondition()

The condition defines which subset of sessions are selected for this experiment. If not specified, all sessions are eligible. E.g. "query_input.language_code=en" See the conditions reference.

string condition = 1;

Returns
TypeDescription
String

The condition.

getConditionBytes()

public abstract ByteString getConditionBytes()

The condition defines which subset of sessions are selected for this experiment. If not specified, all sessions are eligible. E.g. "query_input.language_code=en" See the conditions reference.

string condition = 1;

Returns
TypeDescription
ByteString

The bytes for condition.

getVariantsCase()

public abstract Experiment.Definition.VariantsCase getVariantsCase()
Returns
TypeDescription
Experiment.Definition.VariantsCase

getVersionVariants()

public abstract VersionVariants getVersionVariants()

The flow versions as the variants of this experiment.

.google.cloud.dialogflow.cx.v3.VersionVariants version_variants = 2;

Returns
TypeDescription
VersionVariants

The versionVariants.

getVersionVariantsOrBuilder()

public abstract VersionVariantsOrBuilder getVersionVariantsOrBuilder()

The flow versions as the variants of this experiment.

.google.cloud.dialogflow.cx.v3.VersionVariants version_variants = 2;

Returns
TypeDescription
VersionVariantsOrBuilder

hasVersionVariants()

public abstract boolean hasVersionVariants()

The flow versions as the variants of this experiment.

.google.cloud.dialogflow.cx.v3.VersionVariants version_variants = 2;

Returns
TypeDescription
boolean

Whether the versionVariants field is set.