Uses of Class
com.bytedesk.kbase.faq.FaqEntity
Packages that use FaqEntity
Package
Description
-
Uses of FaqEntity in com.bytedesk.ai.springai.spring
Methods in com.bytedesk.ai.springai.spring with parameters of type FaqEntity -
Uses of FaqEntity in com.bytedesk.kbase.faq
Fields in com.bytedesk.kbase.faq with type parameters of type FaqEntityMethods in com.bytedesk.kbase.faq that return FaqEntityModifier and TypeMethodDescriptionFaqRestService.convertExcelToFaq
(FaqExcel excel, String uploadType, String kbUid, String orgUid) Methods in com.bytedesk.kbase.faq that return types with arguments of type FaqEntityModifier and TypeMethodDescriptionFaqRepository.findByQuestionContains
(String question) FaqRestService.findByQuestionContains
(String question) org.springframework.data.domain.Page<FaqEntity>
FaqRestService.queryByOrgExcel
(FaqRequest request) static org.springframework.data.jpa.domain.Specification<FaqEntity>
FaqSpecification.search
(FaqRequest request) Methods in com.bytedesk.kbase.faq with parameters of type FaqEntityModifier and TypeMethodDescriptionFaqRestService.convertToExcel
(FaqEntity faq) FaqRestService.convertToResponse
(FaqEntity entity) void
FaqRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, FaqEntity entity) void
FaqEntityListener.onPostPersist
(FaqEntity faq) void
FaqEntityListener.onPostUpdate
(FaqEntity faq) Method parameters in com.bytedesk.kbase.faq with type arguments of type FaqEntity -
Uses of FaqEntity in com.bytedesk.kbase.faq.event
Fields in com.bytedesk.kbase.faq.event declared as FaqEntityModifier and TypeFieldDescriptionprivate FaqEntity
FaqCreateEvent.faq
private FaqEntity
FaqUpdateEvent.faq
Constructors in com.bytedesk.kbase.faq.event with parameters of type FaqEntity -
Uses of FaqEntity in com.bytedesk.kbase.settings
Fields in com.bytedesk.kbase.settings with type parameters of type FaqEntityModifier and TypeFieldDescriptionServiceSettings.faqs
ServiceSettings.guessFaqs
ServiceSettings.hotFaqs
ServiceSettings.proactiveFaqs
ServiceSettings.quickFaqs
ServiceSettings.shortcutFaqs
ServiceSettings.welcomeFaqs