GoogleCloudDialogflowCxV3FlowTransition
import type { GoogleCloudDialogflowCxV3FlowTransition } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";
Stores metadata of the transition to a target CX flow. Flow transition actions exit the caller playbook and enter the child flow.
interface GoogleCloudDialogflowCxV3FlowTransition {
readonly displayName?: string;
flow?: string;
}