| 程序包 | 说明 |
|---|---|
| com.lark.oapi.service.aily.v1.model |
| 限定符和类型 | 方法和说明 |
|---|---|
CreateAilySessionRunReqBody.Builder |
CreateAilySessionRunReqBody.Builder.appId(String appId)
为 Aily 应用 ID(`spring_xxx__c`),可以在 Aily 应用开发页面的浏览器地址里获取
示例值:spring_449d72db2f__c
|
CreateAilySessionRunReqBody.Builder |
CreateAilySessionRunReqBody.Builder.metadata(String metadata)
其他扩展的参数(JSON String);;> 备注:`metadata` 传递的参数,可以在后续 `GetRun` 调用中原样读取获得
示例值:{}
|
static CreateAilySessionRunReqBody.Builder |
CreateAilySessionRunReqBody.newBuilder() |
CreateAilySessionRunReqBody.Builder |
CreateAilySessionRunReqBody.Builder.skillId(String skillId)
指定技能 ID(`skill_xxx`),可以在 Aily 技能配置页面的浏览器地址里获取;;> 指定技能后、能够节省意图匹配的耗时
示例值:skill_6cc6166178ca
|
CreateAilySessionRunReqBody.Builder |
CreateAilySessionRunReqBody.Builder.skillInput(String skillInput)
指定技能 ID 时可以同时指定技能输入;;> 备注:常用于工作流技能内指定自定义参数,`skill_input` 需要配合 `skill_id` 同时传递才能生效
示例值:{\"key\": \"value\"}
|
| 构造器和说明 |
|---|
CreateAilySessionRunReqBody(CreateAilySessionRunReqBody.Builder builder) |
Copyright © 2026. All rights reserved.