Class: Google::Cloud::DiscoveryEngine::V1beta::Assistant::ToolList

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1beta/assistant.rb

Overview

The enabled tools on a connector

Instance Attribute Summary collapse

Instance Attribute Details

#tool_info::Array<::Google::Cloud::DiscoveryEngine::V1beta::Assistant::ToolInfo>

Returns The list of tools with corresponding tool information.

Returns:



136
137
138
139
# File 'proto_docs/google/cloud/discoveryengine/v1beta/assistant.rb', line 136

class ToolList
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end