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

GoogleCloudDialogflowCxV3CompareVersionsRequest

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

The request message for Versions.CompareVersions.

interface GoogleCloudDialogflowCxV3CompareVersionsRequest {
languageCode?: string;
targetVersion?: string;
}

§Properties

§
languageCode?: string
[src]

The language to compare the flow versions for. If not specified, the agent's default language is used. Many languages are supported. Note: languages must be enabled in the agent before they can be used.

§
targetVersion?: string
[src]

Required. Name of the target flow version to compare with the base version. Use version ID 0 to indicate the draft version of the specified flow. Format: projects//locations//agents//flows//versions/.