public interface NaturalLanguageQueryUnderstandingConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
NaturalLanguageQueryUnderstandingConfig.Mode |
getMode()
Mode of Natural Language Query Understanding.
|
int |
getModeValue()
Mode of Natural Language Query Understanding.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getModeValue()
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].
.google.cloud.discoveryengine.v1beta.NaturalLanguageQueryUnderstandingConfig.Mode mode = 1;
NaturalLanguageQueryUnderstandingConfig.Mode getMode()
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].
.google.cloud.discoveryengine.v1beta.NaturalLanguageQueryUnderstandingConfig.Mode mode = 1;
Copyright © 2025 Google LLC. All rights reserved.