Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::ServingConfig::GenericConfig.
Specifies the configurations needed for Generic Discovery.Currently we support:
content_search_spec
: configuration for generic content search.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#content_search_spec
def content_search_spec() -> ::Google::Cloud::DiscoveryEngine::V1beta::SearchRequest::ContentSearchSpec
Returns
- (::Google::Cloud::DiscoveryEngine::V1beta::SearchRequest::ContentSearchSpec) — Specifies the expected behavior of content search. Only valid for content-search enabled data store.
#content_search_spec=
def content_search_spec=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::SearchRequest::ContentSearchSpec
Parameter
- value (::Google::Cloud::DiscoveryEngine::V1beta::SearchRequest::ContentSearchSpec) — Specifies the expected behavior of content search. Only valid for content-search enabled data store.
Returns
- (::Google::Cloud::DiscoveryEngine::V1beta::SearchRequest::ContentSearchSpec) — Specifies the expected behavior of content search. Only valid for content-search enabled data store.