Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaNaturalLanguageQueryUnderstandingConfig

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaNaturalLanguageQueryUnderstandingConfig

Returns a new instance of GoogleCloudDiscoveryengineV1alphaNaturalLanguageQueryUnderstandingConfig.



7024
7025
7026
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 7024

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)


7022
7023
7024
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 7022

def mode
  @mode
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7029
7030
7031
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 7029

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