GoogleCloudDialogflowCxV3ImportPlaybookRequest
import type { GoogleCloudDialogflowCxV3ImportPlaybookRequest } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";
The request message for Playbooks.ImportPlaybook.
interface GoogleCloudDialogflowCxV3ImportPlaybookRequest {
importStrategy?: GoogleCloudDialogflowCxV3PlaybookImportStrategy;
playbookContent?: Uint8Array;
playbookUri?: string;
}§Properties
§
importStrategy?: GoogleCloudDialogflowCxV3PlaybookImportStrategy
[src]Optional. Specifies the import strategy used when resolving resource conflicts.
§
playbookUri?: string
[src][Dialogflow access control] (https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).