Google Cloud Dialogflow Cx V3beta1Experiment Definition Args
data class GoogleCloudDialogflowCxV3beta1ExperimentDefinitionArgs(val condition: Output<String>? = null, val versionVariants: Output<GoogleCloudDialogflowCxV3beta1VersionVariantsArgs>? = null) : ConvertibleToJava<GoogleCloudDialogflowCxV3beta1ExperimentDefinitionArgs>
Definition of the experiment.
Constructors
Link copied to clipboard
fun GoogleCloudDialogflowCxV3beta1ExperimentDefinitionArgs(condition: Output<String>? = null, versionVariants: Output<GoogleCloudDialogflowCxV3beta1VersionVariantsArgs>? = null)
Functions
Properties
Link copied to clipboard
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.