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;
gitDestination?: GoogleCloudDialogflowCxV3ExportAgentRequestGitDestination;
includeBigqueryExportSettings?: boolean;
}