Uses of Class
com.bytedesk.kbase.llm_faq.FaqResponse
Packages that use FaqResponse
-
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) Methods in com.bytedesk.kbase.llm_faq with parameters of type FaqResponseModifier and TypeMethodDescriptionstatic MessageEntityFaqRestService.getFaqAnswerMessage(FaqResponse faqResponse, ThreadEntity threadEntity) static MessageEntityFaqRestService.getFaqQuestionMessage(FaqResponse faqResponse, ThreadEntity threadEntity) -
Uses of FaqResponse in com.bytedesk.kbase.settings
Fields in com.bytedesk.kbase.settings with type parameters of type FaqResponseModifier and TypeFieldDescriptionprivate List<FaqResponse>ServiceSettingsResponse.faqsprivate List<FaqResponse>ServiceSettingsResponse.guessFaqsprivate List<FaqResponse>ServiceSettingsResponse.hotFaqsprivate List<FaqResponse>ServiceSettingsResponse.proactiveFaqsprivate List<FaqResponse>ServiceSettingsResponse.quickFaqsprivate List<FaqResponse>ServiceSettingsResponse.shortcutFaqsprivate 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)