public class AgentSchedule extends Object
| 构造器和说明 |
|---|
AgentSchedule(Config config) |
| 限定符和类型 | 方法和说明 |
|---|---|
CreateAgentScheduleResp |
create(CreateAgentScheduleReq req)
创建客服工作日程,该接口用于创建客服日程。
|
CreateAgentScheduleResp |
create(CreateAgentScheduleReq req,
RequestOptions reqOptions)
创建客服工作日程,该接口用于创建客服日程。
|
ListAgentScheduleResp |
list(ListAgentScheduleReq req)
查询全部客服工作日程,该接口用于获取所有客服信息。
|
ListAgentScheduleResp |
list(ListAgentScheduleReq req,
RequestOptions reqOptions)
查询全部客服工作日程,该接口用于获取所有客服信息。
|
public AgentSchedule(Config config)
public CreateAgentScheduleResp create(CreateAgentScheduleReq req, RequestOptions reqOptions) throws Exception
:::html;
Exceptionpublic CreateAgentScheduleResp create(CreateAgentScheduleReq req) throws Exception
:::html;
Exceptionpublic ListAgentScheduleResp list(ListAgentScheduleReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic ListAgentScheduleResp list(ListAgentScheduleReq req) throws Exception
ExceptionCopyright © 2026. All rights reserved.