Uses of Class
com.bytedesk.kbase.faq.FaqResponse
Packages that use FaqResponse
-
Uses of FaqResponse in com.bytedesk.kbase.faq
Methods in com.bytedesk.kbase.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.faq that return types with arguments of type FaqResponseModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<FaqResponse>
FaqRestService.queryByOrg
(FaqRequest request) org.springframework.data.domain.Page<FaqResponse>
FaqRestService.queryByUser
(FaqRequest request) Methods in com.bytedesk.kbase.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)