GoogleCloudDialogflowCxV3RolloutState constructor

GoogleCloudDialogflowCxV3RolloutState({
  1. String? startTime,
  2. String? step,
  3. int? stepIndex,
})

Implementation

GoogleCloudDialogflowCxV3RolloutState({
  this.startTime,
  this.step,
  this.stepIndex,
});