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

GoogleCloudDialogflowCxV3DeployFlowResponse

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

The response message for Environments.DeployFlow.

interface GoogleCloudDialogflowCxV3DeployFlowResponse {
deployment?: string;
}

§Properties

§
deployment?: string
[src]

The name of the flow version Deployment. Format: projects//locations//agents// environments//deployments/.

§

The updated environment where the flow is deployed.