Package com.bytedesk.kbase.faq
Class FaqRestControllerVisitor
java.lang.Object
com.bytedesk.kbase.faq.FaqRestControllerVisitor
@RestController
@RequestMapping("/visitor/api/v1/faq")
public class FaqRestControllerVisitor
extends Object
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>
change
(FaqRequest request) org.springframework.http.ResponseEntity<?>
clickFaq
(FaqRequest request) org.springframework.http.ResponseEntity<?>
suggest
(FaqRequest request)
-
Field Details
-
faqElasticService
-
faqRestService
-
-
Constructor Details
-
FaqRestControllerVisitor
public FaqRestControllerVisitor()
-
-
Method Details
-
suggest
@GetMapping("/suggest") public org.springframework.http.ResponseEntity<?> suggest(FaqRequest request) -
change
-
clickFaq
@GetMapping("/click/uid") public org.springframework.http.ResponseEntity<?> clickFaq(FaqRequest request)
-