public class AgentAgentChatSession extends Object
| 构造器和说明 |
|---|
AgentAgentChatSession(Config config) |
| 限定符和类型 | 方法和说明 | ||||
|---|---|---|---|---|---|
CreateAgentAgentChatSessionResp |
create(CreateAgentAgentChatSessionReq req)
创建会话,本接口用于智能体创建空白会话
官网API文档链接:
CreateAgentAgentChatSessionRespcreate(CreateAgentAgentChatSessionReq req,
RequestOptions reqOptions)
创建会话,本接口用于智能体创建空白会话
官网API文档链接:
DeleteAgentAgentChatSessionRespdelete(DeleteAgentAgentChatSessionReq req)
删除会话,本接口用于删除智能体的某次会话。
| ||||
DeleteAgentAgentChatSessionResp |
delete(DeleteAgentAgentChatSessionReq req,
RequestOptions reqOptions)
删除会话,本接口用于删除智能体的某次会话。
|
||||
GetAgentAgentChatSessionResp |
get(GetAgentAgentChatSessionReq req)
获取指定会话信息,本接口用于查询智能体某次指定会话的详细信息。
|
||||
GetAgentAgentChatSessionResp |
get(GetAgentAgentChatSessionReq req,
RequestOptions reqOptions)
获取指定会话信息,本接口用于查询智能体某次指定会话的详细信息。
|
||||
ListAgentAgentChatSessionResp |
list(ListAgentAgentChatSessionReq req)
查询会话列表,本接口用于查询智能体的会话列表。
|
||||
ListAgentAgentChatSessionResp |
list(ListAgentAgentChatSessionReq req,
RequestOptions reqOptions)
查询会话列表,本接口用于查询智能体的会话列表。
|
public AgentAgentChatSession(Config config)
public CreateAgentAgentChatSessionResp create(CreateAgentAgentChatSessionReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic CreateAgentAgentChatSessionResp create(CreateAgentAgentChatSessionReq req) throws Exception
Exceptionpublic DeleteAgentAgentChatSessionResp delete(DeleteAgentAgentChatSessionReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic DeleteAgentAgentChatSessionResp delete(DeleteAgentAgentChatSessionReq req) throws Exception
Exceptionpublic GetAgentAgentChatSessionResp get(GetAgentAgentChatSessionReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic GetAgentAgentChatSessionResp get(GetAgentAgentChatSessionReq req) throws Exception
Exceptionpublic ListAgentAgentChatSessionResp list(ListAgentAgentChatSessionReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic ListAgentAgentChatSessionResp list(ListAgentAgentChatSessionReq req) throws Exception
ExceptionCopyright © 2026. All rights reserved.