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