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

GoogleCloudDialogflowCxV3ExportAgentResponse

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

The response message for Agents.ExportAgent.

interface GoogleCloudDialogflowCxV3ExportAgentResponse {
agentContent?: Uint8Array;
agentUri?: string;
commitSha?: string;
}

§Properties

§
agentContent?: Uint8Array
[src]

Uncompressed raw byte content for agent. This field is populated if none of agent_uri and git_destination are specified in ExportAgentRequest.

§
agentUri?: string
[src]

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

§
commitSha?: string
[src]

Commit SHA of the git push. This field is populated if git_destination is specified in ExportAgentRequest.