Uses of Class
com.viglet.turing.persistence.model.nlp.TurNLPVendorEntity
Packages that use TurNLPVendorEntity
-
Uses of TurNLPVendorEntity in com.viglet.turing.nlp
Method parameters in com.viglet.turing.nlp with type arguments of type TurNLPVendorEntityModifier and TypeMethodDescriptionvoid
TurNLPResponse.setTurNLPVendorEntities
(List<TurNLPVendorEntity> turNLPVendorEntities) -
Uses of TurNLPVendorEntity in com.viglet.turing.persistence.repository.nlp
Methods in com.viglet.turing.persistence.repository.nlp that return TurNLPVendorEntityModifier and TypeMethodDescriptionTurNLPVendorEntityRepository.findByTurNLPVendorAndNameAndLanguage
(TurNLPVendor turNLPVendor, String entityName, String language) Methods in com.viglet.turing.persistence.repository.nlp that return types with arguments of type TurNLPVendorEntityModifier and TypeMethodDescriptionTurNLPVendorEntityRepository.findByTurNLPVendor
(TurNLPVendor turNLPVendor) TurNLPVendorEntityRepository.findByTurNLPVendorAndLanguage
(TurNLPVendor turNLPVendor, String language) TurNLPVendorEntityRepository.findByTurNLPVendorAndTurNLPEntity_internalNameIn
(TurNLPVendor turNLPVendor, List<String> entities)