Class: Google::Apis::CloudsearchV1::LanguageConfig

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

Overview

The language configuration for the session.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ LanguageConfig

Returns a new instance of LanguageConfig.



10509
10510
10511
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 10509

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

Instance Attribute Details

#spoken_languagesArray<String>

The spoken language(s) in BCP47 language code. Corresponds to the JSON property spokenLanguages

Returns:

  • (Array<String>)


10507
10508
10509
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 10507

def spoken_languages
  @spoken_languages
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



10514
10515
10516
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 10514

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