GoogleCloudDialogflowCxV3ExportPlaybookRequest
import type { GoogleCloudDialogflowCxV3ExportPlaybookRequest } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";interface GoogleCloudDialogflowCxV3ExportPlaybookRequest {
dataFormat?: "DATA_FORMAT_UNSPECIFIED" | "BLOB" | "JSON";
playbookUri?: string;
}