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 MessageEntity
FaqRestService.getFaqAnswerMessage
(FaqResponse faqResponse, ThreadEntity threadEntity) static MessageEntity
FaqRestService.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.faqs
private List<FaqResponse>
ServiceSettingsResponse.guessFaqs
private List<FaqResponse>
ServiceSettingsResponse.hotFaqs
private List<FaqResponse>
ServiceSettingsResponse.proactiveFaqs
private List<FaqResponse>
ServiceSettingsResponse.quickFaqs
private List<FaqResponse>
ServiceSettingsResponse.shortcutFaqs
private List<FaqResponse>
ServiceSettingsResponse.welcomeFaqs
-
Uses of FaqResponse in com.bytedesk.kbase.utils
Methods in com.bytedesk.kbase.utils that return FaqResponseModifier and TypeMethodDescriptionstatic FaqResponse
KbaseConvertUtils.convertToFaqResponse
(FaqEntity entity)