public class Agent extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
AgentEmailAgentResp |
agentEmail()
|
AgentEmailAgentResp |
agentEmail(RequestOptions reqOptions)
|
PatchAgentResp |
patch(PatchAgentReq req)
|
PatchAgentResp |
patch(PatchAgentReq req,
RequestOptions reqOptions)
|
public Agent(Config config)
public AgentEmailAgentResp agentEmail(RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/helpdesk-v1/agent/agent_email ;
Exceptionpublic AgentEmailAgentResp agentEmail() throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/helpdesk-v1/agent/agent_email ;
Exceptionpublic PatchAgentResp patch(PatchAgentReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/helpdesk-v1/agent/patch ;
Exceptionpublic PatchAgentResp patch(PatchAgentReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/helpdesk-v1/agent/patch ;
ExceptionCopyright © 2024. All rights reserved.