Class RobotThreadRestController


@RestController @RequestMapping("/visitor/api/v1/robot/thread") @Description("Robot Thread Controller - Visitor robot thread management APIs") public class RobotThreadRestController extends BaseRestController<RobotThreadRequest,RobotThreadRestService>
  • Constructor Details

    • RobotThreadRestController

      public RobotThreadRestController()