Uses of Class
com.oracle.bmc.oda.model.EntityActionNaturalLanguageMapping
- 
Packages that use EntityActionNaturalLanguageMapping Package Description com.oracle.bmc.oda.model 
- 
- 
Uses of EntityActionNaturalLanguageMapping in com.oracle.bmc.oda.modelMethods in com.oracle.bmc.oda.model that return EntityActionNaturalLanguageMapping Modifier and Type Method Description EntityActionNaturalLanguageMappingEntityActionNaturalLanguageMapping.Builder. build()EntityActionNaturalLanguageMappingEntityAction. getNaturalLanguageMapping()Methods in com.oracle.bmc.oda.model with parameters of type EntityActionNaturalLanguageMapping Modifier and Type Method Description EntityActionNaturalLanguageMapping.BuilderEntityActionNaturalLanguageMapping.Builder. copy(EntityActionNaturalLanguageMapping model)EntityAction.BuilderEntityAction.Builder. naturalLanguageMapping(EntityActionNaturalLanguageMapping naturalLanguageMapping)Constructors in com.oracle.bmc.oda.model with parameters of type EntityActionNaturalLanguageMapping Constructor Description EntityAction(String name, String crudType, EntityActionNaturalLanguageMapping naturalLanguageMapping, List<EntityActionArgument> arguments)Deprecated.
 
-