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

GoogleCloudDialogflowCxV3ExportPlaybookRequest

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

The request message for Playbooks.ExportPlaybook.

interface GoogleCloudDialogflowCxV3ExportPlaybookRequest {
dataFormat?: "DATA_FORMAT_UNSPECIFIED" | "BLOB" | "JSON";
playbookUri?: string;
}

§Properties

§
dataFormat?: "DATA_FORMAT_UNSPECIFIED" | "BLOB" | "JSON"
[src]

Optional. The data format of the exported agent. If not specified, BLOB is assumed.

§
playbookUri?: string
[src]

Optional. The Google Cloud Storage URI to export the playbook to. The format of this URI must be gs:///. If left unspecified, the serialized playbook is returned inline. Dialogflow performs a write operation for the Cloud Storage object on the caller's behalf, so your request authentication must have write permissions for the object. For more information, see Dialogflow access control.