Google Cloud Dialogflow Cx V3Experiment Definition Response
data class GoogleCloudDialogflowCxV3ExperimentDefinitionResponse(val condition: String, val versionVariants: GoogleCloudDialogflowCxV3VersionVariantsResponse)
Definition of the experiment.
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.
Link copied to clipboard
The flow versions as the variants of this experiment.