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

GoogleCloudDialogflowV2ExportAgentResponse

import type { GoogleCloudDialogflowV2ExportAgentResponse } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";

The response message for Agents.ExportAgent.

interface GoogleCloudDialogflowV2ExportAgentResponse {
agentContent?: Uint8Array;
agentUri?: string;
}

§Properties

§
agentContent?: Uint8Array
[src]

Zip compressed raw byte content for agent.

§
agentUri?: string
[src]

The URI to a file containing the exported agent. This field is populated only if agent_uri is specified in ExportAgentRequest.