GoogleCloudDialogflowCxV3RestoreAgentRequest
import type { GoogleCloudDialogflowCxV3RestoreAgentRequest } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";interface GoogleCloudDialogflowCxV3RestoreAgentRequest {
agentContent?: Uint8Array;
agentUri?: string;
restoreOption?: "RESTORE_OPTION_UNSPECIFIED" | "KEEP" | "FALLBACK";
}