Discovery Engine v1beta API - Class DataStore.Types.FederatedSearchConfig.Types.AlloyDbConfig.Types.AlloyDbAiNaturalLanguageConfig (1.0.0-beta24)

public sealed class DataStore.Types.FederatedSearchConfig.Types.AlloyDbConfig.Types.AlloyDbAiNaturalLanguageConfig : IMessage<DataStore.Types.FederatedSearchConfig.Types.AlloyDbConfig.Types.AlloyDbAiNaturalLanguageConfig>, IEquatable<DataStore.Types.FederatedSearchConfig.Types.AlloyDbConfig.Types.AlloyDbAiNaturalLanguageConfig>, IDeepCloneable<DataStore.Types.FederatedSearchConfig.Types.AlloyDbConfig.Types.AlloyDbAiNaturalLanguageConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Discovery Engine v1beta API class DataStore.Types.FederatedSearchConfig.Types.AlloyDbConfig.Types.AlloyDbAiNaturalLanguageConfig.

Configuration for AlloyDB AI Natural Language.

Inheritance

object > DataStore.Types.FederatedSearchConfig.Types.AlloyDbConfig.Types.AlloyDbAiNaturalLanguageConfig

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Constructors

AlloyDbAiNaturalLanguageConfig()

public AlloyDbAiNaturalLanguageConfig()

AlloyDbAiNaturalLanguageConfig(AlloyDbAiNaturalLanguageConfig)

public AlloyDbAiNaturalLanguageConfig(DataStore.Types.FederatedSearchConfig.Types.AlloyDbConfig.Types.AlloyDbAiNaturalLanguageConfig other)
Parameter
Name Description
other DataStoreTypesFederatedSearchConfigTypesAlloyDbConfigTypesAlloyDbAiNaturalLanguageConfig

Properties

NlConfigId

public string NlConfigId { get; set; }

Optional. AlloyDb AI NL config id, i.e. the value that was used for calling SELECT alloydb_ai_nl.g_create_configuration(...). Can be empty.

Property Value
Type Description
string