Experiment Args
data class ExperimentArgs(val agentId: Output<String>? = null, val createTime: Output<String>? = null, val definition: Output<GoogleCloudDialogflowCxV3ExperimentDefinitionArgs>? = null, val description: Output<String>? = null, val displayName: Output<String>? = null, val endTime: Output<String>? = null, val environmentId: Output<String>? = null, val experimentLength: Output<String>? = null, val lastUpdateTime: Output<String>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val project: Output<String>? = null, val result: Output<GoogleCloudDialogflowCxV3ExperimentResultArgs>? = null, val rolloutConfig: Output<GoogleCloudDialogflowCxV3RolloutConfigArgs>? = null, val rolloutFailureReason: Output<String>? = null, val rolloutState: Output<GoogleCloudDialogflowCxV3RolloutStateArgs>? = null, val startTime: Output<String>? = null, val state: Output<ExperimentState>? = null, val variantsHistory: Output<List<GoogleCloudDialogflowCxV3VariantsHistoryArgs>>? = null) : ConvertibleToJava<ExperimentArgs>
Creates an Experiment in the specified Environment.
Constructors
Link copied to clipboard
fun ExperimentArgs(agentId: Output<String>? = null, createTime: Output<String>? = null, definition: Output<GoogleCloudDialogflowCxV3ExperimentDefinitionArgs>? = null, description: Output<String>? = null, displayName: Output<String>? = null, endTime: Output<String>? = null, environmentId: Output<String>? = null, experimentLength: Output<String>? = null, lastUpdateTime: Output<String>? = null, location: Output<String>? = null, name: Output<String>? = null, project: Output<String>? = null, result: Output<GoogleCloudDialogflowCxV3ExperimentResultArgs>? = null, rolloutConfig: Output<GoogleCloudDialogflowCxV3RolloutConfigArgs>? = null, rolloutFailureReason: Output<String>? = null, rolloutState: Output<GoogleCloudDialogflowCxV3RolloutStateArgs>? = null, startTime: Output<String>? = null, state: Output<ExperimentState>? = null, variantsHistory: Output<List<GoogleCloudDialogflowCxV3VariantsHistoryArgs>>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The configuration for auto rollout. If set, there should be exactly two variants in the experiment (control variant being the default version of the flow), the traffic allocation for the non-control variant will gradually increase to 100% when conditions are met, and eventually replace the control variant to become the default version of the flow.