public static class HelpdeskService.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
Exceptionpublic CreateAgentSkillResp create(CreateAgentSkillReq req) throws Exception
Exceptionpublic DeleteAgentSkillResp delete(DeleteAgentSkillReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic DeleteAgentSkillResp delete(DeleteAgentSkillReq req) throws Exception
Exceptionpublic GetAgentSkillResp get(GetAgentSkillReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic GetAgentSkillResp get(GetAgentSkillReq req) throws Exception
Exceptionpublic ListAgentSkillResp list(RequestOptions reqOptions) throws Exception
Exceptionpublic ListAgentSkillResp list() throws Exception
Exceptionpublic PatchAgentSkillResp patch(PatchAgentSkillReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic PatchAgentSkillResp patch(PatchAgentSkillReq req) throws Exception
ExceptionCopyright © 2022. All rights reserved.