| 程序包 | 说明 |
|---|---|
| com.lark.oapi.service.vc.v1.model |
| 限定符和类型 | 方法和说明 |
|---|---|
BotMeetingInfo.Builder |
BotMeetingInfo.Builder.id(String id)
会议唯一标识ID,系统自动生成,全局唯一。
|
BotMeetingInfo.Builder |
BotMeetingInfo.Builder.meetingNo(String meetingNo)
会议号,用于用户快速加入会议,支持数字或字母组合格式。
|
static BotMeetingInfo.Builder |
BotMeetingInfo.newBuilder() |
BotMeetingInfo.Builder |
BotMeetingInfo.Builder.startTime(String startTime)
会议开始时间,格式为YYYY-MM-DD HH:mm:ss,时区为UTC+8
示例值:2023-10-31 14:30:00
|
BotMeetingInfo.Builder |
BotMeetingInfo.Builder.topic(String topic)
会议主题,用于标识会议内容,支持中英文及特殊字符,长度不超过128个字符
示例值:Q4季度产品规划评审会
|
| 构造器和说明 |
|---|
BotMeetingInfo(BotMeetingInfo.Builder builder) |
Copyright © 2026. All rights reserved.