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

GoogleCloudDialogflowCxV3Flow

import type { GoogleCloudDialogflowCxV3Flow } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";
interface GoogleCloudDialogflowCxV3Flow {
description?: string;
displayName?: string;
inputParameterDefinitions?: GoogleCloudDialogflowCxV3ParameterDefinition[];
locked?: boolean;
name?: string;
outputParameterDefinitions?: GoogleCloudDialogflowCxV3ParameterDefinition[];
transitionRouteGroups?: string[];
}

§Properties

§
description?: string
[src]
§
displayName?: string
[src]
§
locked?: boolean
[src]
§
name?: string
[src]
§
transitionRouteGroups?: string[]
[src]