GoogleCloudDialogflowCxV3VersionVariantsVariant constructor

GoogleCloudDialogflowCxV3VersionVariantsVariant({
  1. bool? isControlGroup,
  2. double? trafficAllocation,
  3. String? version,
})

Implementation

GoogleCloudDialogflowCxV3VersionVariantsVariant({
  this.isControlGroup,
  this.trafficAllocation,
  this.version,
});