GoogleCloudDialogflowCxV3Experiment constructor
GoogleCloudDialogflowCxV3Experiment({
- String? createTime,
- GoogleCloudDialogflowCxV3ExperimentDefinition? definition,
- String? description,
- String? displayName,
- String? endTime,
- String? experimentLength,
- String? lastUpdateTime,
- String? name,
- GoogleCloudDialogflowCxV3ExperimentResult? result,
- GoogleCloudDialogflowCxV3RolloutConfig? rolloutConfig,
- String? rolloutFailureReason,
- GoogleCloudDialogflowCxV3RolloutState? rolloutState,
- String? startTime,
- String? state,
- List<
GoogleCloudDialogflowCxV3VariantsHistory> ? variantsHistory,
Implementation
GoogleCloudDialogflowCxV3Experiment({
this.createTime,
this.definition,
this.description,
this.displayName,
this.endTime,
this.experimentLength,
this.lastUpdateTime,
this.name,
this.result,
this.rolloutConfig,
this.rolloutFailureReason,
this.rolloutState,
this.startTime,
this.state,
this.variantsHistory,
});