controlPoints property
List<GoogleCloudDialogflowCxV3BoostSpecConditionBoostSpecBoostControlSpecControlPoint> ?
controlPoints
getter/setter pair
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;