Uses of Class
com.bytedesk.kbase.llm_faq.FaqResponse
Packages that use FaqResponse
Package
Description
-
Uses of FaqResponse in com.bytedesk.kbase.llm_faq
Methods in com.bytedesk.kbase.llm_faq that return FaqResponseModifier and TypeMethodDescriptionFaqRestService.clickFaq(FaqRequest request) FaqRestService.convertToResponse(FaqEntity entity) FaqRestService.create(FaqRequest request) FaqRestService.enable(FaqRequest request) FaqRestService.queryByUid(FaqRequest request) FaqRestService.update(FaqRequest request) -
Uses of FaqResponse in com.bytedesk.kbase.settings_service
Fields in com.bytedesk.kbase.settings_service with type parameters of type FaqResponseModifier and TypeFieldDescriptionprivate List<FaqResponse>ServiceSettingsResponse.faqsprivate List<FaqResponse>ServiceSettingsResponse.welcomeFaqs -
Uses of FaqResponse in com.bytedesk.kbase.utils
Methods in com.bytedesk.kbase.utils that return FaqResponseModifier and TypeMethodDescriptionstatic FaqResponseKbaseConvertUtils.convertToFaqResponse(FaqEntity entity) Methods in com.bytedesk.kbase.utils with parameters of type FaqResponseModifier and TypeMethodDescriptionstatic MessageEntityKbaseMessageUtils.getFaqAnswerMessage(FaqResponse faqResponse, ThreadEntity threadEntity) static MessageEntityKbaseMessageUtils.getFaqQuestionMessage(FaqResponse faqResponse, ThreadEntity threadEntity)