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
Exceptionpublic AgentEmailAgentResp agentEmail() throws Exception
Exceptionpublic PatchAgentResp patch(PatchAgentReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=patch&project=helpdesk&resource=agent&version=v1 ;
Exceptionpublic PatchAgentResp patch(PatchAgentReq req) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=patch&project=helpdesk&resource=agent&version=v1 ;
ExceptionCopyright © 2026. All rights reserved.