Class: Google::Cloud::Dialogflow::CX::V3::CreateToolVersionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::CreateToolVersionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/tool.rb
Overview
The request message for Tools.CreateToolVersion. The request message for Tools.CreateToolVersion.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#tool_version ⇒ ::Google::Cloud::Dialogflow::CX::V3::ToolVersion
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. The tool to create a version for.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/tools/<ToolID>.
502 503 504 505 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/tool.rb', line 502 class CreateToolVersionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#tool_version ⇒ ::Google::Cloud::Dialogflow::CX::V3::ToolVersion
Returns Required. The tool version to create.
502 503 504 505 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/tool.rb', line 502 class CreateToolVersionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |