Uses of Class
com.oracle.bmc.oda.model.EntityNaturalLanguageMapping
-
Packages that use EntityNaturalLanguageMapping Package Description com.oracle.bmc.oda.model -
-
Uses of EntityNaturalLanguageMapping in com.oracle.bmc.oda.model
Methods in com.oracle.bmc.oda.model that return EntityNaturalLanguageMapping Modifier and Type Method Description EntityNaturalLanguageMapping
EntityNaturalLanguageMapping.Builder. build()
EntityNaturalLanguageMapping
CompositeEntity. getNaturalLanguageMapping()
EntityNaturalLanguageMapping
CreateSkillCompositeEntityDetails. getNaturalLanguageMapping()
Methods in com.oracle.bmc.oda.model with parameters of type EntityNaturalLanguageMapping Modifier and Type Method Description EntityNaturalLanguageMapping.Builder
EntityNaturalLanguageMapping.Builder. copy(EntityNaturalLanguageMapping model)
CompositeEntity.Builder
CompositeEntity.Builder. naturalLanguageMapping(EntityNaturalLanguageMapping naturalLanguageMapping)
CreateSkillCompositeEntityDetails.Builder
CreateSkillCompositeEntityDetails.Builder. naturalLanguageMapping(EntityNaturalLanguageMapping naturalLanguageMapping)
Constructors in com.oracle.bmc.oda.model with parameters of type EntityNaturalLanguageMapping Constructor Description CompositeEntity(String id, String name, List<EntityAttribute> attributes, List<EntityAction> actions, EntityNaturalLanguageMapping naturalLanguageMapping)
Deprecated.CreateSkillCompositeEntityDetails(String name, List<EntityAttribute> attributes, List<EntityAction> actions, EntityNaturalLanguageMapping naturalLanguageMapping)
Deprecated.
-