public sealed class NaturalLanguageQueryUnderstandingConfig : IMessage<NaturalLanguageQueryUnderstandingConfig>, IEquatable<NaturalLanguageQueryUnderstandingConfig>, IDeepCloneable<NaturalLanguageQueryUnderstandingConfig>, IBufferMessage, IMessageReference documentation and code samples for the Discovery Engine v1beta API class NaturalLanguageQueryUnderstandingConfig.
Configuration for Natural Language Query Understanding.
Implements
IMessageNaturalLanguageQueryUnderstandingConfig, IEquatableNaturalLanguageQueryUnderstandingConfig, IDeepCloneableNaturalLanguageQueryUnderstandingConfig, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Constructors
NaturalLanguageQueryUnderstandingConfig()
public NaturalLanguageQueryUnderstandingConfig()NaturalLanguageQueryUnderstandingConfig(NaturalLanguageQueryUnderstandingConfig)
public NaturalLanguageQueryUnderstandingConfig(NaturalLanguageQueryUnderstandingConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
NaturalLanguageQueryUnderstandingConfig |
Properties
Mode
public NaturalLanguageQueryUnderstandingConfig.Types.Mode Mode { get; set; }Mode of Natural Language Query Understanding. If this field is unset, the behavior defaults to [NaturalLanguageQueryUnderstandingConfig.Mode.DISABLED][google.cloud.discoveryengine.v1beta.NaturalLanguageQueryUnderstandingConfig.Mode.DISABLED].
| Property Value | |
|---|---|
| Type | Description |
NaturalLanguageQueryUnderstandingConfigTypesMode |
|