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