Class: Google::Cloud::Dialogflow::CX::V3::GetToolVersionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::GetToolVersionRequest
- 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.GetToolVersion.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the tool version.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/tools/<ToolID>/versions/<VersionID>.
514 515 516 517 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/tool.rb', line 514 class GetToolVersionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |