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

GoogleCloudDialogflowCxV3ParameterDefinition

import type { GoogleCloudDialogflowCxV3ParameterDefinition } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";
interface GoogleCloudDialogflowCxV3ParameterDefinition {
description?: string;
name?: string;
type?:
| "PARAMETER_TYPE_UNSPECIFIED"
| "STRING"
| "NUMBER"
| "BOOLEAN"
| "NULL"
| "OBJECT"
| "LIST";
}

§Properties

§
description?: string
[src]
§
name?: string
[src]
§
type?: "PARAMETER_TYPE_UNSPECIFIED" | "STRING" | "NUMBER" | "BOOLEAN" | "NULL" | "OBJECT" | "LIST"
[src]