StaticEntityValueNaturalLanguageMapping

class oci.oda.models.StaticEntityValueNaturalLanguageMapping(**kwargs)

Bases: object

Natural language mapping of a static entity value.

Methods

__init__(**kwargs) Initializes a new StaticEntityValueNaturalLanguageMapping object with values from keyword arguments.

Attributes

languages [Required] Gets the languages of this StaticEntityValueNaturalLanguageMapping.
__init__(**kwargs)

Initializes a new StaticEntityValueNaturalLanguageMapping object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:languages (list[oci.oda.models.LanguageMapping]) – The value to assign to the languages property of this StaticEntityValueNaturalLanguageMapping.
languages

[Required] Gets the languages of this StaticEntityValueNaturalLanguageMapping. List of natural language mapped values.

Returns:The languages of this StaticEntityValueNaturalLanguageMapping.
Return type:list[oci.oda.models.LanguageMapping]