Package com.bytedesk.ai.robot.settings
Class RobotRoutingSettingsResponse
java.lang.Object
com.bytedesk.core.base.BaseResponse
com.bytedesk.ai.robot.settings.RobotRoutingSettingsResponse
- All Implemented Interfaces:
Serializable
Response DTO for robot routing settings
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Booleanprivate Boolean非工作时间段,是否启用机器人接待private Boolean无客服在线时,是否启用机器人接待private RobotProtobufprivate static final long -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.bytedesk.core.base.BaseResponse
getCreatedAt, getUpdatedAt, toJson
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
defaultRobot
-
offlineRobot
无客服在线时,是否启用机器人接待 -
nonWorktimeRobot
非工作时间段,是否启用机器人接待 -
robot
-
-
Constructor Details
-
RobotRoutingSettingsResponse
public RobotRoutingSettingsResponse()
-