GoogleCloudDialogflowCxV3PlaybookVersion
import type { GoogleCloudDialogflowCxV3PlaybookVersion } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";
Playbook version is a snapshot of the playbook at certain timestamp.
interface GoogleCloudDialogflowCxV3PlaybookVersion {
description?: string;
readonly examples?: GoogleCloudDialogflowCxV3Example[];
name?: string;
readonly playbook?: GoogleCloudDialogflowCxV3Playbook;
readonly updateTime?: Date;
}§Properties
§
readonly examples?: GoogleCloudDialogflowCxV3Example[]
[src]Output only. Snapshot of the examples belonging to the playbook when the playbook version is created.
§
name?: string
[src]The unique identifier of the playbook version. Format:
projects//locations//agents//playbooks//versions/
.
§
readonly playbook?: GoogleCloudDialogflowCxV3Playbook
[src]Output only. Snapshot of the playbook when the playbook version is created.