Package com.bytedesk.ai.robot.settings
Class RobotRoutingSettingsRequest
java.lang.Object
com.bytedesk.core.base.BaseRequest
com.bytedesk.ai.robot.settings.RobotRoutingSettingsRequest
- All Implemented Interfaces:
PageableRequest,Serializable
Request DTO for robot routing settings
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Booleanprivate Boolean非工作时间段,是否启用机器人接待private Boolean无客服在线时,是否启用机器人接待private Booleanprivate Integerprivate Stringprivate static final longFields inherited from class com.bytedesk.core.base.BaseRequest
channel, content, orgUid, pageNumber, pageSize, type, uid, userUid -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.bytedesk.core.base.BaseRequest
getPageable, toJson, validate
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
defaultRobot
-
offlineRobot
无客服在线时,是否启用机器人接待 -
nonWorktimeRobot
非工作时间段,是否启用机器人接待 -
queueRobot
-
queueRobotCount
-
robotUid
-
-
Constructor Details
-
RobotRoutingSettingsRequest
public RobotRoutingSettingsRequest()
-