controlPoints property

The control points used to define the curve.

The monotonic function (defined through the interpolation_type above) passes through the control points listed here.

Optional.

Implementation

core.List<
        GoogleCloudDialogflowCxV3BoostSpecConditionBoostSpecBoostControlSpecControlPoint>?
    controlPoints;