Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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";
}

§Properties

§
agentContent?: Uint8Array
[src]
§
agentUri?: string
[src]
§
restoreOption?: "RESTORE_OPTION_UNSPECIFIED" | "KEEP" | "FALLBACK"
[src]