Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1NaturalLanguageQueryUnderstandingConfig
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1NaturalLanguageQueryUnderstandingConfig
- 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) ⇒ GoogleCloudDiscoveryengineV1NaturalLanguageQueryUnderstandingConfig
constructor
A new instance of GoogleCloudDiscoveryengineV1NaturalLanguageQueryUnderstandingConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1NaturalLanguageQueryUnderstandingConfig
Returns a new instance of GoogleCloudDiscoveryengineV1NaturalLanguageQueryUnderstandingConfig.
5074 5075 5076 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 5074 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
5072 5073 5074 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 5072 def mode @mode end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5079 5080 5081 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 5079 def update!(**args) @mode = args[:mode] if args.key?(:mode) end |