Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class ToolVersion.
Tool version is a snapshot of the tool at certain timestamp.
Generated from protobuf message google.cloud.dialogflow.cx.v3.ToolVersion
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Identifier. The unique identifier of the tool version. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/tools/<ToolID>/versions/<VersionID>
.
↳ display_name
string
Required. The display name of the tool version.
↳ tool
↳ create_time
↳ update_time
getName
Identifier. The unique identifier of the tool version.
Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/tools/<ToolID>/versions/<VersionID>
.
string
setName
Identifier. The unique identifier of the tool version.
Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/tools/<ToolID>/versions/<VersionID>
.
var
string
$this
getDisplayName
Required. The display name of the tool version.
string
setDisplayName
Required. The display name of the tool version.
var
string
$this
getTool
Required. Snapshot of the tool to be associated with this version.
hasTool
clearTool
setTool
Required. Snapshot of the tool to be associated with this version.
$this
getCreateTime
Output only. Last time the tool version was created or modified.
hasCreateTime
clearCreateTime
setCreateTime
Output only. Last time the tool version was created or modified.
$this
getUpdateTime
Output only. Last time the tool version was created or modified.
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. Last time the tool version was created or modified.
$this

