View Source GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaServingConfigGenericConfig (google_api_discovery_engine v0.27.0)
Specifies the configurations needed for Generic Discovery.Currently we support: * content_search_spec
: configuration for generic content search.
Attributes
-
contentSearchSpec
(type:GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpec.t
, default:nil
) - Specifies the expected behavior of content search. Only valid for content-search enabled data store.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaServingConfigGenericConfig{ contentSearchSpec: GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpec.t() | nil }