GoogleCloudDialogflowCxV3VariantsHistory constructor

GoogleCloudDialogflowCxV3VariantsHistory({
  1. String? updateTime,
  2. GoogleCloudDialogflowCxV3VersionVariants? versionVariants,
})

Implementation

GoogleCloudDialogflowCxV3VariantsHistory({
  this.updateTime,
  this.versionVariants,
});