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.



12435
12436
12437
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 12435

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>)


12433
12434
12435
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 12433

def spoken_languages
  @spoken_languages
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



12440
12441
12442
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 12440

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