Discovery Engine v1beta API - Class ServingConfig.Types.GenericConfig (1.0.0-beta12)

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.

Inheritance

object > ServingConfig.Types.GenericConfig

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Constructors

GenericConfig()

public GenericConfig()

GenericConfig(GenericConfig)

public GenericConfig(ServingConfig.Types.GenericConfig other)
Parameter
NameDescription
otherServingConfigTypesGenericConfig

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
TypeDescription
SearchRequestTypesContentSearchSpec