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

Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::CreateToolVersionRequest.

The request message for Tools.CreateToolVersion. The request message for Tools.CreateToolVersion.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The tool to create a version for. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/tools/<ToolID>.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The tool to create a version for. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/tools/<ToolID>.
Returns
  • (::String) — Required. The tool to create a version for. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/tools/<ToolID>.

#tool_version

def tool_version() -> ::Google::Cloud::Dialogflow::CX::V3::ToolVersion
Returns

#tool_version=

def tool_version=(value) -> ::Google::Cloud::Dialogflow::CX::V3::ToolVersion
Parameter
Returns