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