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;
triggerFulfillment?: GoogleCloudDialogflowCxV3Fulfillment;
}