Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudDialogflowCxV3BoostSpecConditionBoostSpecBoostControlSpecControlPoint

import type { GoogleCloudDialogflowCxV3BoostSpecConditionBoostSpecBoostControlSpecControlPoint } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";

The control points used to define the curve. The curve defined through these control points can only be monotonically increasing or decreasing(constant values are acceptable).

interface GoogleCloudDialogflowCxV3BoostSpecConditionBoostSpecBoostControlSpecControlPoint {
attributeValue?: string;
boostAmount?: number;
}

§Properties

§
attributeValue?: string
[src]

Optional. Can be one of: 1. The numerical field value. 2. The duration spec for freshness: The value must be formatted as an XSD dayTimeDuration value (a restricted subset of an ISO 8601 duration value). The pattern for this is: nDnM].

§
boostAmount?: number
[src]

Optional. The value between -1 to 1 by which to boost the score if the attribute_value evaluates to the value specified above.