Dialogflow CX V3 API - Class Google::Cloud::Dialogflow::CX::V3::ToolVersion (v1.11.0)

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

#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

#tool=

def tool=(value) -> ::Google::Cloud::Dialogflow::CX::V3::Tool
Parameter
Returns

#update_time

def update_time() -> ::Google::Protobuf::Timestamp
Returns