GoogleCloudDialogflowCxV3PlaybookVersion
import type { GoogleCloudDialogflowCxV3PlaybookVersion } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";interface GoogleCloudDialogflowCxV3PlaybookVersion {
description?: string;
readonly examples?: GoogleCloudDialogflowCxV3Example[];
name?: string;
readonly playbook?: GoogleCloudDialogflowCxV3Playbook;
readonly updateTime?: Date;
}