Class: Google::Cloud::DiscoveryEngine::V1::ServingConfig::GenericConfig

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

Overview

Specifies the configurations needed for Generic Discovery.Currently we support:

  • content_search_spec: configuration for generic content search.

Instance Attribute Summary collapse

Instance Attribute Details

#content_search_spec::Google::Cloud::DiscoveryEngine::V1::SearchRequest::ContentSearchSpec

Returns Specifies the expected behavior of content search. Only valid for content-search enabled data store.

Returns:



253
254
255
256
# File 'proto_docs/google/cloud/discoveryengine/v1/serving_config.rb', line 253

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