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
- (::Google::Cloud::Dialogflow::CX::V3::ToolVersion) — Required. The tool version to create.
#tool_version=
def tool_version=(value) -> ::Google::Cloud::Dialogflow::CX::V3::ToolVersion
Parameter
- value (::Google::Cloud::Dialogflow::CX::V3::ToolVersion) — Required. The tool version to create.
Returns
- (::Google::Cloud::Dialogflow::CX::V3::ToolVersion) — Required. The tool version to create.