Interface Experiment.DefinitionOrBuilder (0.54.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
Type Description
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
Type Description
ByteString

The bytes for condition.

getVariantsCase()

public abstract Experiment.Definition.VariantsCase getVariantsCase()
Returns
Type Description
Experiment.Definition.VariantsCase

getVersionVariants()

public abstract VersionVariants getVersionVariants()

The flow versions as the variants of this experiment.

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

Returns
Type Description
VersionVariants

The versionVariants.

getVersionVariantsOrBuilder()

public abstract VersionVariantsOrBuilder getVersionVariantsOrBuilder()

The flow versions as the variants of this experiment.

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

Returns
Type Description
VersionVariantsOrBuilder

hasVersionVariants()

public abstract boolean hasVersionVariants()

The flow versions as the variants of this experiment.

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

Returns
Type Description
boolean

Whether the versionVariants field is set.