GoogleCloudDialogflowCxV3Experiment constructor

GoogleCloudDialogflowCxV3Experiment({
  1. String? createTime,
  2. GoogleCloudDialogflowCxV3ExperimentDefinition? definition,
  3. String? description,
  4. String? displayName,
  5. String? endTime,
  6. String? experimentLength,
  7. String? lastUpdateTime,
  8. String? name,
  9. GoogleCloudDialogflowCxV3ExperimentResult? result,
  10. GoogleCloudDialogflowCxV3RolloutConfig? rolloutConfig,
  11. String? rolloutFailureReason,
  12. GoogleCloudDialogflowCxV3RolloutState? rolloutState,
  13. String? startTime,
  14. String? state,
  15. 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,
});