| 程序包 | 说明 |
|---|---|
| com.lark.oapi.service.application.v7.model |
| 限定符和类型 | 方法和说明 |
|---|---|
AppSlashCommand.Builder |
AppSlashCommand.Builder.command(String command)
用户在聊天窗口输入的触发指令,需以 `/` 开头,支持英文、数字和下划线,不可与已存在的命令重复。
|
AppSlashCommand.Builder |
AppSlashCommand.Builder.commandId(String commandId)
斜杠命令的唯一标识,系统自动生成。
|
AppSlashCommand.Builder |
AppSlashCommand.Builder.createTime(String createTime)
命令的创建时间,Unix 时间戳(毫秒),由系统自动生成,不可修改。
|
AppSlashCommand.Builder |
AppSlashCommand.Builder.description(AppSlashCommandI18nText description)
app slash command的说明的国际化文案
示例值:
|
static AppSlashCommand.Builder |
AppSlashCommand.newBuilder() |
AppSlashCommand.Builder |
AppSlashCommand.Builder.updateTime(String updateTime)
命令的最后更新时间,Unix 时间戳(毫秒),命令内容修改时自动更新,不可手动设置。
|
| 构造器和说明 |
|---|
AppSlashCommand(AppSlashCommand.Builder builder) |
Copyright © 2026. All rights reserved.