GoogleCloudDialogflowCxV3ListPlaybooksResponse
import type { GoogleCloudDialogflowCxV3ListPlaybooksResponse } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";interface GoogleCloudDialogflowCxV3ListPlaybooksResponse {
nextPageToken?: string;
playbooks?: GoogleCloudDialogflowCxV3Playbook[];
}