GetExperimentResult

data class GetExperimentResult(val createTime: String, val definition: GoogleCloudDialogflowCxV3ExperimentDefinitionResponse, val description: String, val displayName: String, val endTime: String, val experimentLength: String, val lastUpdateTime: String, val name: String, val result: GoogleCloudDialogflowCxV3ExperimentResultResponse, val rolloutConfig: GoogleCloudDialogflowCxV3RolloutConfigResponse, val rolloutFailureReason: String, val rolloutState: GoogleCloudDialogflowCxV3RolloutStateResponse, val startTime: String, val state: String, val variantsHistory: List<GoogleCloudDialogflowCxV3VariantsHistoryResponse>)

Constructors

Link copied to clipboard
fun GetExperimentResult(createTime: String, definition: GoogleCloudDialogflowCxV3ExperimentDefinitionResponse, description: String, displayName: String, endTime: String, experimentLength: String, lastUpdateTime: String, name: String, result: GoogleCloudDialogflowCxV3ExperimentResultResponse, rolloutConfig: GoogleCloudDialogflowCxV3RolloutConfigResponse, rolloutFailureReason: String, rolloutState: GoogleCloudDialogflowCxV3RolloutStateResponse, startTime: String, state: String, variantsHistory: List<GoogleCloudDialogflowCxV3VariantsHistoryResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Creation time of this experiment.

Link copied to clipboard
Link copied to clipboard

The human-readable description of the experiment.

Link copied to clipboard

The human-readable name of the experiment (unique in an environment). Limit of 64 characters.

Link copied to clipboard

End time of this experiment.

Link copied to clipboard

Maximum number of days to run the experiment/rollout. If auto-rollout is not enabled, default value and maximum will be 30 days. If auto-rollout is enabled, default value and maximum will be 6 days.

Link copied to clipboard

Last update time of this experiment.

Link copied to clipboard

The name of the experiment. Format: projects//locations//agents//environments//experiments/..

Link copied to clipboard

Inference result of the experiment.

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.

Link copied to clipboard

The reason why rollout has failed. Should only be set when state is ROLLOUT_FAILED.

Link copied to clipboard

State of the auto rollout process.

Link copied to clipboard

Start time of this experiment.

Link copied to clipboard

The current state of the experiment. Transition triggered by Experiments.StartExperiment: DRAFT->RUNNING. Transition triggered by Experiments.CancelExperiment: DRAFT->DONE or RUNNING->DONE.

Link copied to clipboard

The history of updates to the experiment variants.