Package com.bytedesk.ai.robot_thread
Class RobotThreadRestController
java.lang.Object
com.bytedesk.core.base.BaseRestController<RobotThreadRequest,RobotThreadRestService>
com.bytedesk.ai.robot_thread.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 Summary
Constructors -
Method Summary
Methods inherited from class com.bytedesk.core.base.BaseRestController
create, delete, deleteByOrgUid, export, exportTemplate, getService, queryByOrg, queryByUid, queryByUser, update
-
Constructor Details
-
RobotThreadRestController
public RobotThreadRestController()
-