public class AilySessionRun extends Object
| 构造器和说明 |
|---|
AilySessionRun(Config config) |
| 限定符和类型 | 方法和说明 |
|---|---|
CancelAilySessionRunResp |
cancel(CancelAilySessionRunReq req)
中止一次运行,该 API 用于中止某个飞书 Aily 的一次运行。
|
CancelAilySessionRunResp |
cancel(CancelAilySessionRunReq req,
RequestOptions reqOptions)
中止一次运行,该 API 用于中止某个飞书 Aily 的一次运行。
|
CreateAilySessionRunResp |
create(CreateAilySessionRunReq req)
创建运行,该 API 用于在某个飞书 Aily 应用会话(Session)上创建一次运行(Run)。
|
CreateAilySessionRunResp |
create(CreateAilySessionRunReq req,
RequestOptions reqOptions)
创建运行,该 API 用于在某个飞书 Aily 应用会话(Session)上创建一次运行(Run)。
|
GetAilySessionRunResp |
get(GetAilySessionRunReq req)
获取运行,该 API 用于获取某个飞书 Aily 应用的运行(Run)的详细信息;包括运行的状态、结束时间等。
|
GetAilySessionRunResp |
get(GetAilySessionRunReq req,
RequestOptions reqOptions)
获取运行,该 API 用于获取某个飞书 Aily 应用的运行(Run)的详细信息;包括运行的状态、结束时间等。
|
ListAilySessionRunResp |
list(ListAilySessionRunReq req)
列出运行,该 API 用于列出某个飞书 Aily 应用的运行(Run)的详细信息;包括状态、结束时间等。
|
ListAilySessionRunResp |
list(ListAilySessionRunReq req,
RequestOptions reqOptions)
列出运行,该 API 用于列出某个飞书 Aily 应用的运行(Run)的详细信息;包括状态、结束时间等。
|
public AilySessionRun(Config config)
public CancelAilySessionRunResp cancel(CancelAilySessionRunReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic CancelAilySessionRunResp cancel(CancelAilySessionRunReq req) throws Exception
Exceptionpublic CreateAilySessionRunResp create(CreateAilySessionRunReq req, RequestOptions reqOptions) throws Exception
## 实体概念说明;;- **会话**(Session):管理用户与 Aily 助手之间的交互会话;每次会话记录了用户发送给 Aily 助手的消息以及 Aily 助手的响应。;- **消息**(Message):消息可以包含文本、表格、图片等多种类型的内容。;- **运行**(Run):Aily 助手基于会话内消息进行意图判定、调用匹配的技能,并返回技能执行后的结果消息。 ;
Exceptionpublic CreateAilySessionRunResp create(CreateAilySessionRunReq req) throws Exception
## 实体概念说明;;- **会话**(Session):管理用户与 Aily 助手之间的交互会话;每次会话记录了用户发送给 Aily 助手的消息以及 Aily 助手的响应。;- **消息**(Message):消息可以包含文本、表格、图片等多种类型的内容。;- **运行**(Run):Aily 助手基于会话内消息进行意图判定、调用匹配的技能,并返回技能执行后的结果消息。 ;
Exceptionpublic GetAilySessionRunResp get(GetAilySessionRunReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic GetAilySessionRunResp get(GetAilySessionRunReq req) throws Exception
Exceptionpublic ListAilySessionRunResp list(ListAilySessionRunReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic ListAilySessionRunResp list(ListAilySessionRunReq req) throws Exception
ExceptionCopyright © 2026. All rights reserved.