类 AgentSchedule
java.lang.Object
com.lark.oapi.service.helpdesk.v1.resource.AgentSchedule
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明创建客服,该接口用于创建客服create(CreateAgentScheduleReq req, RequestOptions reqOptions) 创建客服,该接口用于创建客服list(ListAgentScheduleReq req) 获取全部客服工作日程,该接口用于获取所有客服信息list(ListAgentScheduleReq req, RequestOptions reqOptions) 获取全部客服工作日程,该接口用于获取所有客服信息
-
构造器详细资料
-
AgentSchedule
-
-
方法详细资料
-
create
public CreateAgentScheduleResp create(CreateAgentScheduleReq req, RequestOptions reqOptions) throws Exception 创建客服,该接口用于创建客服官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/helpdesk-v1/agent_schedule/create ;
- 抛出:
Exception
-
create
创建客服,该接口用于创建客服官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/helpdesk-v1/agent_schedule/create ;
- 抛出:
Exception
-
list
public ListAgentScheduleResp list(ListAgentScheduleReq req, RequestOptions reqOptions) throws Exception 获取全部客服工作日程,该接口用于获取所有客服信息官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/helpdesk-v1/agent_schedule/list ;
- 抛出:
Exception
-
list
获取全部客服工作日程,该接口用于获取所有客服信息官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/helpdesk-v1/agent_schedule/list ;
- 抛出:
Exception
-