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

GoogleCloudDialogflowCxV3ExportAgentRequest

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

The request message for Agents.ExportAgent.

interface GoogleCloudDialogflowCxV3ExportAgentRequest {
agentUri?: string;
dataFormat?: "DATA_FORMAT_UNSPECIFIED" | "BLOB" | "JSON_PACKAGE";
environment?: string;
includeBigqueryExportSettings?: boolean;
}

§Properties

§
agentUri?: string
[src]

Optional. The Google Cloud Storage URI to export the agent to. The format of this URI must be gs:///. If left unspecified, the serialized agent is returned inline. Dialogflow performs a write operation for the Cloud Storage object on the caller's behalf, so your request authentication must have write permissions for the object. For more information, see Dialogflow access control.

§
dataFormat?: "DATA_FORMAT_UNSPECIFIED" | "BLOB" | "JSON_PACKAGE"
[src]

Optional. The data format of the exported agent. If not specified, BLOB is assumed.

§
environment?: string
[src]

Optional. Environment name. If not set, draft environment is assumed. Format: projects//locations//agents//environments/.

§

Optional. The Git branch to export the agent to.

§
includeBigqueryExportSettings?: boolean
[src]

Optional. Whether to include BigQuery Export setting.