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

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

§Properties

§
readonly displayName?: string
[src]

Output only. The display name of the flow.

§
flow?: string
[src]

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