ToolVersion(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Tool version is a snapshot of the tool at certain timestamp.
Attributes |
|
---|---|
Name | Description |
name |
str
Identifier. The unique identifier of the tool version. Format: projects/ .
|
display_name |
str
Required. The display name of the tool version. |
tool |
google.cloud.dialogflowcx_v3beta1.types.Tool
Required. Snapshot of the tool to be associated with this version. |
create_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. Last time the tool version was created or modified. |
update_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. Last time the tool version was created or modified. |