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";
interface GoogleCloudDialogflowCxV3ExportAgentRequest {
agentUri?: string;
dataFormat?: "DATA_FORMAT_UNSPECIFIED" | "BLOB" | "JSON_PACKAGE";
environment?: string;
includeBigqueryExportSettings?: boolean;
}

§Properties

§
agentUri?: string
[src]
§
dataFormat?: "DATA_FORMAT_UNSPECIFIED" | "BLOB" | "JSON_PACKAGE"
[src]
§
environment?: string
[src]
§
includeBigqueryExportSettings?: boolean
[src]