GoogleCloudDialogflowCxV3ExperimentDefinitionArgs

data class GoogleCloudDialogflowCxV3ExperimentDefinitionArgs(val condition: Output<String>? = null, val versionVariants: Output<GoogleCloudDialogflowCxV3VersionVariantsArgs>? = null) : ConvertibleToJava<GoogleCloudDialogflowCxV3ExperimentDefinitionArgs>

Definition of the experiment.

Constructors

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudDialogflowCxV3ExperimentDefinitionArgs

Properties

Link copied to clipboard
val condition: Output<String>? = null

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.

Link copied to clipboard

The flow versions as the variants of this experiment.