Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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 updateTime?: Date;
}

§Properties

§
description?: string
[src]

Optional. The description of the playbook version.

§

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/.

§

Output only. Snapshot of the playbook when the playbook version is created.

§
readonly updateTime?: Date
[src]

Output only. Last time the playbook version was created or modified.