Class: Google::Cloud::Dialogflow::CX::V3::GetToolRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::GetToolRequest
- 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.GetTool.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the Tool.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/tools/<ToolID>.
79 80 81 82 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/tool.rb', line 79 class GetToolRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |