Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaNaturalLanguageQueryUnderstandingConfig
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaNaturalLanguageQueryUnderstandingConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/discoveryengine_v1beta/classes.rb,
lib/google/apis/discoveryengine_v1beta/representations.rb,
lib/google/apis/discoveryengine_v1beta/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) ⇒ GoogleCloudDiscoveryengineV1betaNaturalLanguageQueryUnderstandingConfig
constructor
A new instance of GoogleCloudDiscoveryengineV1betaNaturalLanguageQueryUnderstandingConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1betaNaturalLanguageQueryUnderstandingConfig
Returns a new instance of GoogleCloudDiscoveryengineV1betaNaturalLanguageQueryUnderstandingConfig.
17330 17331 17332 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 17330 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
17328 17329 17330 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 17328 def mode @mode end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
17335 17336 17337 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 17335 def update!(**args) @mode = args[:mode] if args.key?(:mode) end |