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