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.
Implements
IMessageServingConfigTypesGenericConfig, IEquatableServingConfigTypesGenericConfig, IDeepCloneableServingConfigTypesGenericConfig, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Constructors
GenericConfig()
public GenericConfig()
GenericConfig(GenericConfig)
public GenericConfig(ServingConfig.Types.GenericConfig other)
Parameter | |
---|---|
Name | Description |
other |
ServingConfigTypesGenericConfig |
Properties
ContentSearchSpec
public SearchRequest.Types.ContentSearchSpec ContentSearchSpec { get; set; }
Specifies the expected behavior of content search. Only valid for content-search enabled data store.
Property Value | |
---|---|
Type | Description |
SearchRequestTypesContentSearchSpec |