GoogleCloudDialogflowCxV3BoostSpecConditionBoostSpecBoostControlSpec constructor

GoogleCloudDialogflowCxV3BoostSpecConditionBoostSpecBoostControlSpec({
  1. String? attributeType,
  2. List<GoogleCloudDialogflowCxV3BoostSpecConditionBoostSpecBoostControlSpecControlPoint>? controlPoints,
  3. String? fieldName,
  4. String? interpolationType,
})

Implementation

GoogleCloudDialogflowCxV3BoostSpecConditionBoostSpecBoostControlSpec({
  this.attributeType,
  this.controlPoints,
  this.fieldName,
  this.interpolationType,
});