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.



13077
13078
13079
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 13077

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


13075
13076
13077
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 13075

def spoken_languages
  @spoken_languages
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



13082
13083
13084
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 13082

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