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.model
Methods in com.oracle.bmc.oda.model that return EntityActionNaturalLanguageMapping Modifier and Type Method Description EntityActionNaturalLanguageMapping
EntityActionNaturalLanguageMapping.Builder. build()
EntityActionNaturalLanguageMapping
EntityAction. getNaturalLanguageMapping()
Methods in com.oracle.bmc.oda.model with parameters of type EntityActionNaturalLanguageMapping Modifier and Type Method Description EntityActionNaturalLanguageMapping.Builder
EntityActionNaturalLanguageMapping.Builder. copy(EntityActionNaturalLanguageMapping model)
EntityAction.Builder
EntityAction.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.
-