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

GoogleCloudDialogflowCxV3BoostSpecConditionBoostSpecBoostControlSpec

import type { GoogleCloudDialogflowCxV3BoostSpecConditionBoostSpecBoostControlSpec } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";
interface GoogleCloudDialogflowCxV3BoostSpecConditionBoostSpecBoostControlSpec {
attributeType?: "ATTRIBUTE_TYPE_UNSPECIFIED" | "NUMERICAL" | "FRESHNESS";
fieldName?: string;
interpolationType?: "INTERPOLATION_TYPE_UNSPECIFIED" | "LINEAR";
}

§Properties

§
attributeType?: "ATTRIBUTE_TYPE_UNSPECIFIED" | "NUMERICAL" | "FRESHNESS"
[src]
§
fieldName?: string
[src]
§
interpolationType?: "INTERPOLATION_TYPE_UNSPECIFIED" | "LINEAR"
[src]