Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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;
}

§Properties

§
readonly displayName?: string
[src]

Output only. The display name of the playbook.

§
playbook?: string
[src]

Required. The unique identifier of the playbook. Format: projects//locations//agents//playbooks/.