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

GoogleCloudDialogflowCxV3TransitionRoute

import type { GoogleCloudDialogflowCxV3TransitionRoute } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";
interface GoogleCloudDialogflowCxV3TransitionRoute {
condition?: string;
description?: string;
intent?: string;
readonly name?: string;
targetFlow?: string;
targetPage?: string;
}

§Properties

§
condition?: string
[src]
§
description?: string
[src]
§
intent?: string
[src]
§
readonly name?: string
[src]
§
targetFlow?: string
[src]
§
targetPage?: string
[src]