Class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaNaturalLanguageQueryUnderstandingConfig
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaNaturalLanguageQueryUnderstandingConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/discoveryengine_v1/classes.rb,
lib/google/apis/discoveryengine_v1/representations.rb,
lib/google/apis/discoveryengine_v1/representations.rb
Overview
Configuration for Natural Language Query Understanding.
Instance Attribute Summary collapse
-
#mode ⇒ String
Mode of Natural Language Query Understanding.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaNaturalLanguageQueryUnderstandingConfig
constructor
A new instance of GoogleCloudDiscoveryengineV1alphaNaturalLanguageQueryUnderstandingConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaNaturalLanguageQueryUnderstandingConfig
Returns a new instance of GoogleCloudDiscoveryengineV1alphaNaturalLanguageQueryUnderstandingConfig.
12767 12768 12769 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 12767 def initialize(**args) update!(**args) end |
Instance Attribute Details
#mode ⇒ String
Mode of Natural Language Query Understanding. If this field is unset, the
behavior defaults to NaturalLanguageQueryUnderstandingConfig.Mode.DISABLED.
Corresponds to the JSON property mode
12765 12766 12767 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 12765 def mode @mode end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
12772 12773 12774 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 12772 def update!(**args) @mode = args[:mode] if args.key?(:mode) end |