Class: Google::Cloud::Dialogflow::V2::Tool::ExtensionTool

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

Instance Attribute Details

#name::String

Returns Required. The full name of the referenced vertex extension. Format: projects/{project}/locations/{location}/extensions/{extension}.

Returns:

  • (::String)

    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