Class: Google::Cloud::Dialogflow::V2::Tool::ExtensionTool
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::Tool::ExtensionTool
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/tool.rb
Overview
An ExtensionTool is a way to use Vertex Extensions as a tool.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The full name of the referenced vertex extension.
Format:
projects/{project}/locations/{location}/extensions/{extension}.
182 183 184 185 |
# File 'proto_docs/google/cloud/dialogflow/v2/tool.rb', line 182 class ExtensionTool include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |