public class AgentSchedules extends Object
| 构造器和说明 |
|---|
AgentSchedules(Config config) |
| 限定符和类型 | 方法和说明 |
|---|---|
DeleteAgentSchedulesResp |
delete(DeleteAgentSchedulesReq req)
删除客服工作日程,该接口用于删除客服日程。
|
DeleteAgentSchedulesResp |
delete(DeleteAgentSchedulesReq req,
RequestOptions reqOptions)
删除客服工作日程,该接口用于删除客服日程。
|
GetAgentSchedulesResp |
get(GetAgentSchedulesReq req)
查询指定客服工作日程,该接口用于获取客服信息。
|
GetAgentSchedulesResp |
get(GetAgentSchedulesReq req,
RequestOptions reqOptions)
查询指定客服工作日程,该接口用于获取客服信息。
|
PatchAgentSchedulesResp |
patch(PatchAgentSchedulesReq req)
更新客服工作日程,该接口用于更新客服的日程。
|
PatchAgentSchedulesResp |
patch(PatchAgentSchedulesReq req,
RequestOptions reqOptions)
更新客服工作日程,该接口用于更新客服的日程。
|
public AgentSchedules(Config config)
public DeleteAgentSchedulesResp delete(DeleteAgentSchedulesReq req, RequestOptions reqOptions) throws Exception
:::html;
Exceptionpublic DeleteAgentSchedulesResp delete(DeleteAgentSchedulesReq req) throws Exception
:::html;
Exceptionpublic GetAgentSchedulesResp get(GetAgentSchedulesReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic GetAgentSchedulesResp get(GetAgentSchedulesReq req) throws Exception
Exceptionpublic PatchAgentSchedulesResp patch(PatchAgentSchedulesReq req, RequestOptions reqOptions) throws Exception
:::html;
Exceptionpublic PatchAgentSchedulesResp patch(PatchAgentSchedulesReq req) throws Exception
:::html;
ExceptionCopyright © 2026. All rights reserved.