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

GoogleCloudDialogflowCxV3PageInfo

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

Represents page information communicated to and from the webhook.

interface GoogleCloudDialogflowCxV3PageInfo {
currentPage?: string;
displayName?: string;
}

§Properties

§
currentPage?: string
[src]

Always present for WebhookRequest. Ignored for WebhookResponse. The unique identifier of the current page. Format: projects//locations//agents//flows//pages/.

§
displayName?: string
[src]

Always present for WebhookRequest. Ignored for WebhookResponse. The display name of the current page.

§

Optional for both WebhookRequest and WebhookResponse. Information about the form.