Google Cloud Dialogflow Cx V3Experiment Definition Response
data class GoogleCloudDialogflowCxV3ExperimentDefinitionResponse(val condition: String, val versionVariants: GoogleCloudDialogflowCxV3VersionVariantsResponse)
Definition of the experiment.
Constructors
Link copied to clipboard
fun GoogleCloudDialogflowCxV3ExperimentDefinitionResponse(condition: String, versionVariants: GoogleCloudDialogflowCxV3VersionVariantsResponse)
Types
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.