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

GoogleCloudDialogflowCxV3beta1InlineDestination

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

Inline destination for a Dialogflow operation that writes or exports objects (e.g. intents) outside of Dialogflow.

interface GoogleCloudDialogflowCxV3beta1InlineDestination {
readonly content?: Uint8Array;
}

§Properties

§
readonly content?: Uint8Array
[src]

Output only. The uncompressed byte content for the objects. Only populated in responses.