PlaybookVersion(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Playbook version is a snapshot of the playbook at certain timestamp.
Attributes |
|
---|---|
Name | Description |
name |
str
The unique identifier of the playbook version. Format: projects/ .
|
description |
str
Optional. The description of the playbook version. |
playbook |
google.cloud.dialogflowcx_v3beta1.types.Playbook
Output only. Snapshot of the playbook when the playbook version is created. |
examples |
MutableSequence[google.cloud.dialogflowcx_v3beta1.types.Example]
Output only. Snapshot of the examples belonging to the playbook when the playbook version is created. |
update_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. Last time the playbook version was created or modified. |