public static interface Experiment.DefinitionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCondition()
The condition defines which subset of sessions are selected for
this experiment.
|
com.google.protobuf.ByteString |
getConditionBytes()
The condition defines which subset of sessions are selected for
this experiment.
|
Experiment.Definition.VariantsCase |
getVariantsCase() |
VersionVariants |
getVersionVariants()
The flow versions as the variants of this experiment.
|
VersionVariantsOrBuilder |
getVersionVariantsOrBuilder()
The flow versions as the variants of this experiment.
|
boolean |
hasVersionVariants()
The flow versions as the variants of this experiment.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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](https://cloud.google.com/dialogflow/cx/docs/reference/condition).
string condition = 1;com.google.protobuf.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](https://cloud.google.com/dialogflow/cx/docs/reference/condition).
string condition = 1;boolean hasVersionVariants()
The flow versions as the variants of this experiment.
.google.cloud.dialogflow.cx.v3.VersionVariants version_variants = 2;VersionVariants getVersionVariants()
The flow versions as the variants of this experiment.
.google.cloud.dialogflow.cx.v3.VersionVariants version_variants = 2;VersionVariantsOrBuilder getVersionVariantsOrBuilder()
The flow versions as the variants of this experiment.
.google.cloud.dialogflow.cx.v3.VersionVariants version_variants = 2;Experiment.Definition.VariantsCase getVariantsCase()
Copyright © 2025 Google LLC. All rights reserved.