public sealed class ServingConfig.Types.GenericConfig : IMessage<ServingConfig.Types.GenericConfig>, IEquatable<ServingConfig.Types.GenericConfig>, IDeepCloneable<ServingConfig.Types.GenericConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class ServingConfig.Types.GenericConfig.
Specifies the configurations needed for Generic Discovery.Currently we
support:
content_search_spec: configuration for generic content search.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference documentation for the `ServingConfig.Types.GenericConfig` class within the Discovery Engine v1beta API."],["The `GenericConfig` class is used to specify configurations for Generic Discovery, specifically including settings for `content_search_spec`."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["Two constructors are available for `GenericConfig`: a default constructor and one that accepts another `GenericConfig` object as a parameter."],["The `ContentSearchSpec` property, of type `SearchRequest.Types.ContentSearchSpec`, allows configuration of content search behavior for content-search enabled data stores."]]],[]]