Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class PlaybookVersion.
Playbook version is a snapshot of the playbook at certain timestamp.
Generated from protobuf message google.cloud.dialogflow.cx.v3.PlaybookVersion
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
The unique identifier of the playbook version. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/playbooks/<PlaybookID>/versions/<VersionID>
.
↳ description
string
Optional. The description of the playbook version.
↳ playbook
↳ examples
array< Example
>
Output only. Snapshot of the examples belonging to the playbook when the playbook version is created.
↳ update_time
getName
The unique identifier of the playbook version.
Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/playbooks/<PlaybookID>/versions/<VersionID>
.
string
setName
The unique identifier of the playbook version.
Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/playbooks/<PlaybookID>/versions/<VersionID>
.
var
string
$this
getDescription
Optional. The description of the playbook version.
string
setDescription
Optional. The description of the playbook version.
var
string
$this
getPlaybook
Output only. Snapshot of the playbook when the playbook version is created.
hasPlaybook
clearPlaybook
setPlaybook
Output only. Snapshot of the playbook when the playbook version is created.
$this
getExamples
Output only. Snapshot of the examples belonging to the playbook when the playbook version is created.
setExamples
Output only. Snapshot of the examples belonging to the playbook when the playbook version is created.
$this
getUpdateTime
Output only. Last time the playbook version was created or modified.
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. Last time the playbook version was created or modified.
$this

