Class: Google::Cloud::DiscoveryEngine::V1::GenerateGroundedContentRequest::GroundingSource::GoogleSearchSource

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

Overview

Google Search config parameters.

Instance Attribute Summary collapse

Instance Attribute Details

#dynamic_retrieval_config::Google::Cloud::DiscoveryEngine::V1::GenerateGroundedContentRequest::DynamicRetrievalConfiguration

Returns Optional. Specifies the dynamic retrieval configuration for the given source.

Returns:



230
231
232
233
# File 'proto_docs/google/cloud/discoveryengine/v1/grounded_generation_service.rb', line 230

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