GoogleCloudDialogflowCxV3PlaybookTransition
import type { GoogleCloudDialogflowCxV3PlaybookTransition } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";interface GoogleCloudDialogflowCxV3PlaybookTransition {
readonly displayName?: string;
playbook?: string;
}