GoogleCloudDialogflowCxV3ImportPlaybookRequest
import type { GoogleCloudDialogflowCxV3ImportPlaybookRequest } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";interface GoogleCloudDialogflowCxV3ImportPlaybookRequest {
importStrategy?: GoogleCloudDialogflowCxV3PlaybookImportStrategy;
playbookContent?: Uint8Array;
playbookUri?: string;
}