GoogleCloudDialogflowCxV3ExportIntentsRequest
import type { GoogleCloudDialogflowCxV3ExportIntentsRequest } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";interface GoogleCloudDialogflowCxV3ExportIntentsRequest {
dataFormat?:
| "DATA_FORMAT_UNSPECIFIED"
| "BLOB"
| "JSON"
| "CSV";
intents?: string[];
intentsContentInline?: boolean;
intentsUri?: string;
}