Class: Google::Cloud::DiscoveryEngine::V1beta::ServingConfig::GenericConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1beta/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::V1beta::SearchRequest::ContentSearchSpec

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

Returns:



240
241
242
243
# File 'proto_docs/google/cloud/discoveryengine/v1beta/serving_config.rb', line 240

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