Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::ToolVersion.
Tool version is a snapshot of the tool at certain timestamp.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Last time the tool version was created or modified.
#display_name
def display_name() -> ::String
Returns
- (::String) — Required. The display name of the tool version.
#display_name=
def display_name=(value) -> ::String
Parameter
- value (::String) — Required. The display name of the tool version.
Returns
- (::String) — Required. The display name of the tool version.
#name
def name() -> ::String
Returns
-
(::String) — Identifier. The unique identifier of the tool version.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/tools/<ToolID>/versions/<VersionID>.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Identifier. The unique identifier of the tool version.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/tools/<ToolID>/versions/<VersionID>.
Returns
-
(::String) — Identifier. The unique identifier of the tool version.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/tools/<ToolID>/versions/<VersionID>.
#tool
def tool() -> ::Google::Cloud::Dialogflow::CX::V3::Tool
Returns
- (::Google::Cloud::Dialogflow::CX::V3::Tool) — Required. Snapshot of the tool to be associated with this version.
#tool=
def tool=(value) -> ::Google::Cloud::Dialogflow::CX::V3::Tool
Parameter
- value (::Google::Cloud::Dialogflow::CX::V3::Tool) — Required. Snapshot of the tool to be associated with this version.
Returns
- (::Google::Cloud::Dialogflow::CX::V3::Tool) — Required. Snapshot of the tool to be associated with this version.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Last time the tool version was created or modified.