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
:::html;
Exceptionpublic CreateAgentSkillResp create(CreateAgentSkillReq req) throws Exception
:::html;
Exceptionpublic DeleteAgentSkillResp delete(DeleteAgentSkillReq req, RequestOptions reqOptions) throws Exception
:::html;
Exceptionpublic DeleteAgentSkillResp delete(DeleteAgentSkillReq req) throws Exception
:::html;
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
:::html;
Exceptionpublic PatchAgentSkillResp patch(PatchAgentSkillReq req) throws Exception
:::html;
ExceptionCopyright © 2026. All rights reserved.