EntityAttributeNaturalLanguageMapping¶
- 
class oci.oda.models.EntityAttributeNaturalLanguageMapping(**kwargs)¶
- Bases: - object- Natural language mapping of an entity attribute - Methods - __init__(**kwargs)- Initializes a new EntityAttributeNaturalLanguageMapping object with values from keyword arguments. - Attributes - languages- [Required] Gets the languages of this EntityAttributeNaturalLanguageMapping. - 
__init__(**kwargs)¶
- Initializes a new EntityAttributeNaturalLanguageMapping 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 EntityAttributeNaturalLanguageMapping. 
 - 
languages¶
- [Required] Gets the languages of this EntityAttributeNaturalLanguageMapping. List of natural language mapped values. - Returns: - The languages of this EntityAttributeNaturalLanguageMapping. - Return type: - list[oci.oda.models.LanguageMapping] 
 
-