StaticEntityValue¶
-
class
oci.oda.models.
StaticEntityValue
(**kwargs)¶ Bases:
object
Value in a static entity.
Methods
__init__
(**kwargs)Initializes a new StaticEntityValue object with values from keyword arguments. Attributes
canonical_name
[Required] Gets the canonical_name of this StaticEntityValue. natural_language_mapping
Gets the natural_language_mapping of this StaticEntityValue. -
__init__
(**kwargs)¶ Initializes a new StaticEntityValue object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - canonical_name (str) – The value to assign to the canonical_name property of this StaticEntityValue.
- natural_language_mapping (oci.oda.models.StaticEntityValueNaturalLanguageMapping) – The value to assign to the natural_language_mapping property of this StaticEntityValue.
-
canonical_name
¶ [Required] Gets the canonical_name of this StaticEntityValue. Value for a static entity.
Returns: The canonical_name of this StaticEntityValue. Return type: str
-
natural_language_mapping
¶ Gets the natural_language_mapping of this StaticEntityValue.
Returns: The natural_language_mapping of this StaticEntityValue. Return type: oci.oda.models.StaticEntityValueNaturalLanguageMapping
-