GoogleCloudDialogflowCxV3BoostSpecConditionBoostSpec constructor

GoogleCloudDialogflowCxV3BoostSpecConditionBoostSpec({
  1. double? boost,
  2. GoogleCloudDialogflowCxV3BoostSpecConditionBoostSpecBoostControlSpec? boostControlSpec,
  3. String? condition,
})

Implementation

GoogleCloudDialogflowCxV3BoostSpecConditionBoostSpec({
  this.boost,
  this.boostControlSpec,
  this.condition,
});