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

GoogleCloudDialogflowCxV3beta1GcsDestination

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

Google Cloud Storage location for a Dialogflow operation that writes or exports objects (e.g. exported agent or transcripts) outside of Dialogflow.

interface GoogleCloudDialogflowCxV3beta1GcsDestination {
uri?: string;
}

§Properties

§
uri?: string
[src]

Required. The Google Cloud Storage URI for the exported objects. A URI is of the form: gs://bucket/object-name-or-prefix Whether a full object name, or just a prefix, its usage depends on the Dialogflow operation.