View Source GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1ServingConfigGenericConfig (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.V1.Model.GoogleCloudDiscoveryengineV1SearchRequestContentSearchSpec.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.V1.Model.GoogleCloudDiscoveryengineV1ServingConfigGenericConfig{ contentSearchSpec: GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1SearchRequestContentSearchSpec.t() | nil }