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

GoogleCloudDialogflowCxV3beta1ExportIntentsResponse

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

The response message for Intents.ExportIntents.

interface GoogleCloudDialogflowCxV3beta1ExportIntentsResponse {
intentsUri?: string;
}

§Properties

§

Uncompressed byte content for intents. This field is populated only if intents_content_inline is set to true in ExportIntentsRequest.

§
intentsUri?: string
[src]

The URI to a file containing the exported intents. This field is populated only if intents_uri is specified in ExportIntentsRequest.