Class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaNaturalLanguageQueryUnderstandingConfig

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/discoveryengine_v1alpha/classes.rb,
lib/google/apis/discoveryengine_v1alpha/representations.rb,
lib/google/apis/discoveryengine_v1alpha/representations.rb

Overview

Configuration for Natural Language Query Understanding.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1betaNaturalLanguageQueryUnderstandingConfig

Returns a new instance of GoogleCloudDiscoveryengineV1betaNaturalLanguageQueryUnderstandingConfig.



20533
20534
20535
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 20533

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#modeString

Mode of Natural Language Query Understanding. If this field is unset, the behavior defaults to NaturalLanguageQueryUnderstandingConfig.Mode.DISABLED. Corresponds to the JSON property mode

Returns:

  • (String)


20531
20532
20533
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 20531

def mode
  @mode
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



20538
20539
20540
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 20538

def update!(**args)
  @mode = args[:mode] if args.key?(:mode)
end