Uses of Class
com.viglet.turing.persistence.model.nlp.TurNLPVendor
Packages that use TurNLPVendor
Package
Description
-
Uses of TurNLPVendor in com.viglet.turing.api.nlp
Methods in com.viglet.turing.api.nlp that return TurNLPVendorModifier and TypeMethodDescriptionTurNLPVendorAPI.turNLPVendorAdd
(TurNLPVendor turNLPVendor) TurNLPVendorAPI.turNLPVendorGet
(String id) TurNLPVendorAPI.turNLPVendorUpdate
(String id, TurNLPVendor turNLPVendor) Methods in com.viglet.turing.api.nlp that return types with arguments of type TurNLPVendorMethods in com.viglet.turing.api.nlp with parameters of type TurNLPVendorModifier and TypeMethodDescriptionTurNLPVendorAPI.turNLPVendorAdd
(TurNLPVendor turNLPVendor) TurNLPVendorAPI.turNLPVendorUpdate
(String id, TurNLPVendor turNLPVendor) -
Uses of TurNLPVendor in com.viglet.turing.nlp
Methods in com.viglet.turing.nlp with parameters of type TurNLPVendor -
Uses of TurNLPVendor in com.viglet.turing.onstartup.nlp
Methods in com.viglet.turing.onstartup.nlp with parameters of type TurNLPVendorModifier and TypeMethodDescriptionvoid
TurNLPVendorEntityOnStartup.addNLPVendor
(TurNLPVendor turNLPVendor, String internalName, String name, String language) -
Uses of TurNLPVendor in com.viglet.turing.persistence.repository.nlp
Methods in com.viglet.turing.persistence.repository.nlp with parameters of type TurNLPVendorModifier and TypeMethodDescriptionTurNLPVendorEntityRepository.findByTurNLPVendor
(TurNLPVendor turNLPVendor) TurNLPVendorEntityRepository.findByTurNLPVendorAndLanguage
(TurNLPVendor turNLPVendor, String language) TurNLPVendorEntityRepository.findByTurNLPVendorAndNameAndLanguage
(TurNLPVendor turNLPVendor, String entityName, String language) TurNLPVendorEntityRepository.findByTurNLPVendorAndTurNLPEntity_internalNameIn
(TurNLPVendor turNLPVendor, List<String> entities)