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

GoogleCloudDialogflowCxV3ImportPlaybookRequest

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

The request message for Playbooks.ImportPlaybook.

interface GoogleCloudDialogflowCxV3ImportPlaybookRequest {
playbookContent?: Uint8Array;
playbookUri?: string;
}

§Properties

§

Optional. Specifies the import strategy used when resolving resource conflicts.

§
playbookContent?: Uint8Array
[src]

Uncompressed raw byte content for playbook.