GoogleCloudDialogflowCxV3ImportIntentsRequest
import type { GoogleCloudDialogflowCxV3ImportIntentsRequest } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";interface GoogleCloudDialogflowCxV3ImportIntentsRequest {
intentsContent?: GoogleCloudDialogflowCxV3InlineSource;
intentsUri?: string;
mergeOption?:
} | "MERGE_OPTION_UNSPECIFIED"
| "REJECT"
| "REPLACE"
| "MERGE"
| "RENAME"
| "REPORT_CONFLICT"
| "KEEP";