Class: Google::Cloud::Dialogflow::CX::V3::CreateToolRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#parent::String

Returns Required. The agent to create a Tool for. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>.

Returns:

  • (::String)

    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.

Returns:



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