public class AgentSkill extends Object
| 构造器和说明 |
|---|
AgentSkill(Config config) |
| 限定符和类型 | 方法和说明 |
|---|---|
CreateAgentSkillResp |
create(CreateAgentSkillReq req)
|
CreateAgentSkillResp |
create(CreateAgentSkillReq req,
RequestOptions reqOptions)
|
DeleteAgentSkillResp |
delete(DeleteAgentSkillReq req)
|
DeleteAgentSkillResp |
delete(DeleteAgentSkillReq req,
RequestOptions reqOptions)
|
GetAgentSkillResp |
get(GetAgentSkillReq req)
|
GetAgentSkillResp |
get(GetAgentSkillReq req,
RequestOptions reqOptions)
|
ListAgentSkillResp |
list()
|
ListAgentSkillResp |
list(RequestOptions reqOptions)
|
PatchAgentSkillResp |
patch(PatchAgentSkillReq req)
|
PatchAgentSkillResp |
patch(PatchAgentSkillReq req,
RequestOptions reqOptions)
|
public AgentSkill(Config config)
public CreateAgentSkillResp create(CreateAgentSkillReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/helpdesk-v1/agent_skill/create ;
Exceptionpublic CreateAgentSkillResp create(CreateAgentSkillReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/helpdesk-v1/agent_skill/create ;
Exceptionpublic DeleteAgentSkillResp delete(DeleteAgentSkillReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/helpdesk-v1/agent_skill/delete ;
Exceptionpublic DeleteAgentSkillResp delete(DeleteAgentSkillReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/helpdesk-v1/agent_skill/delete ;
Exceptionpublic GetAgentSkillResp get(GetAgentSkillReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/helpdesk-v1/agent_skill/get ;
Exceptionpublic GetAgentSkillResp get(GetAgentSkillReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/helpdesk-v1/agent_skill/get ;
Exceptionpublic ListAgentSkillResp list(RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/helpdesk-v1/agent_skill/list ;
Exceptionpublic ListAgentSkillResp list() throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/helpdesk-v1/agent_skill/list ;
Exceptionpublic PatchAgentSkillResp patch(PatchAgentSkillReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/helpdesk-v1/agent_skill/patch ;
Exceptionpublic PatchAgentSkillResp patch(PatchAgentSkillReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/helpdesk-v1/agent_skill/patch ;
ExceptionCopyright © 2025. All rights reserved.