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

GoogleCloudDialogflowCxV3TransitionRouteGroup

import type { GoogleCloudDialogflowCxV3TransitionRouteGroup } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";

A TransitionRouteGroup represents a group of TransitionRoutes to be used by a Page.

interface GoogleCloudDialogflowCxV3TransitionRouteGroup {
displayName?: string;
name?: string;
}

§Properties

§
displayName?: string
[src]

Required. The human-readable name of the transition route group, unique within the flow. The display name can be no longer than 30 characters.

§
name?: string
[src]

The unique identifier of the transition route group. TransitionRouteGroups.CreateTransitionRouteGroup populates the name automatically. Format: projects//locations//agents//flows//transitionRouteGroups/ .

§

Transition routes associated with the TransitionRouteGroup.