Class: Google::Cloud::Dialogflow::CX::V3::CreateToolRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::CreateToolRequest
- 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.CreateTool.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#tool ⇒ ::Google::Cloud::Dialogflow::CX::V3::Tool
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. The agent to create a Tool for.
Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>.
34 35 36 37 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/tool.rb', line 34 class CreateToolRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#tool ⇒ ::Google::Cloud::Dialogflow::CX::V3::Tool
Returns Required. The Tool to be created.
34 35 36 37 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/tool.rb', line 34 class CreateToolRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |