类 ImDepthData.Builder
java.lang.Object
com.lark.oapi.service.im.v1.model.ImDepthData.Builder
- 封闭类:
ImDepthData
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明avgSendMsgCnt(Double avgSendMsgCnt) 人均发消息数量build()departmentId(String departmentId) 部门iddepartmentPath(String departmentPath) 部门路径deptGroupSendMsgRate(Double deptGroupSendMsgRate) 部门群发消息用户渗透率fileSendMsgRate(Double fileSendMsgRate) 文件消息用户渗透率groupAtMsgRate(Double groupAtMsgRate) 群聊中 @ 消息占比groupReplyMsgRate(Double groupReplyMsgRate) 群聊中回复消息占比imgSendMsgRate(Double imgSendMsgRate) 图片消息用户渗透率meetingGroupSendMsgRate(Double meetingGroupSendMsgRate) 会议群发消息用户渗透率mobileAvgSendMsgCnt(Double mobileAvgSendMsgCnt) 仅移动端的人均发消息数量mobileSendMsgRate(Double mobileSendMsgRate) 仅移动端的发消息用户渗透率p2pSendMsgRate(Double p2pSendMsgRate) 发送单聊消息占比pcAvgSendMsgCnt(Double pcAvgSendMsgCnt) 仅 PC 端的人均发消息数量pcSendMsgRate(Double pcSendMsgRate) 仅 PC 端的发消息用户渗透率分区日期postSendMsgRate(Double postSendMsgRate) 富文本消息用户渗透率reactionRate(Double reactionRate) 发送 reaction 用户渗透率sendMsgRate(Double sendMsgRate) 发消息用户渗透率stickerSendMsgRate(Double stickerSendMsgRate) 表情包消息用户渗透率tenantGroupSendMsgRate(Double tenantGroupSendMsgRate) 全员群发消息用户渗透率topicGroupSendMsgRate(Double topicGroupSendMsgRate) 话题群发消息用户渗透率
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
pDate
分区日期示例值:2022-02-02
- 参数:
pDate-- 返回:
-
departmentId
部门id示例值:123456
- 参数:
departmentId-- 返回:
-
departmentPath
部门路径示例值:test/subtest
- 参数:
departmentPath-- 返回:
-
sendMsgRate
发消息用户渗透率示例值:0.50
- 参数:
sendMsgRate-- 返回:
-
avgSendMsgCnt
人均发消息数量示例值:50
- 参数:
avgSendMsgCnt-- 返回:
-
pcSendMsgRate
仅 PC 端的发消息用户渗透率示例值:0.50
- 参数:
pcSendMsgRate-- 返回:
-
pcAvgSendMsgCnt
仅 PC 端的人均发消息数量示例值:50
- 参数:
pcAvgSendMsgCnt-- 返回:
-
mobileSendMsgRate
仅移动端的发消息用户渗透率示例值:0.50
- 参数:
mobileSendMsgRate-- 返回:
-
mobileAvgSendMsgCnt
仅移动端的人均发消息数量示例值:50
- 参数:
mobileAvgSendMsgCnt-- 返回:
-
meetingGroupSendMsgRate
会议群发消息用户渗透率示例值:0.50
- 参数:
meetingGroupSendMsgRate-- 返回:
-
tenantGroupSendMsgRate
全员群发消息用户渗透率示例值:0.50
- 参数:
tenantGroupSendMsgRate-- 返回:
-
deptGroupSendMsgRate
部门群发消息用户渗透率示例值:0.50
- 参数:
deptGroupSendMsgRate-- 返回:
-
topicGroupSendMsgRate
话题群发消息用户渗透率示例值:0.50
- 参数:
topicGroupSendMsgRate-- 返回:
-
groupAtMsgRate
群聊中 @ 消息占比示例值:0.50
- 参数:
groupAtMsgRate-- 返回:
-
groupReplyMsgRate
群聊中回复消息占比示例值:0.50
- 参数:
groupReplyMsgRate-- 返回:
-
reactionRate
发送 reaction 用户渗透率示例值:0.50
- 参数:
reactionRate-- 返回:
-
p2pSendMsgRate
发送单聊消息占比示例值:0.50
- 参数:
p2pSendMsgRate-- 返回:
-
imgSendMsgRate
图片消息用户渗透率示例值:0.50
- 参数:
imgSendMsgRate-- 返回:
-
fileSendMsgRate
文件消息用户渗透率示例值:0.50
- 参数:
fileSendMsgRate-- 返回:
-
stickerSendMsgRate
表情包消息用户渗透率示例值:0.50
- 参数:
stickerSendMsgRate-- 返回:
-
postSendMsgRate
富文本消息用户渗透率示例值:0.50
- 参数:
postSendMsgRate-- 返回:
-
build
-