NaturalLanguageQueryUnderstandingConfig(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
Configuration for Natural Language Query Understanding.
Attribute |
|
---|---|
Name | Description |
mode |
google.cloud.discoveryengine_v1beta.types.NaturalLanguageQueryUnderstandingConfig.Mode
Mode of Natural Language Query Understanding. If this field is unset, the behavior defaults to NaturalLanguageQueryUnderstandingConfig.Mode.DISABLED. |
Classes
Mode
Mode(value)
Mode of Natural Language Query Understanding. When the NaturalLanguageQueryUnderstandingConfig.Mode is ENABLED, the natural language understanding capabilities will be enabled for a search request if the NaturalLanguageQueryUnderstandingSpec.FilterExtractionCondition in the SearchRequest is ENABLED.