Class InviteSettingsRequest
java.lang.Object
com.bytedesk.core.base.BaseRequest
com.bytedesk.kbase.settings_invite.InviteSettingsRequest
- All Implemented Interfaces:
PageableRequest,Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Boolean是否启用A/B测试private Boolean是否为默认设置模板private Long邀请延迟时间,单位:毫秒private String访客设备类型触发 - 可选: desktop, mobile, tabletprivate Boolean退出意图触发private String邀请图标private String邀请动画效果: fade, slide, bounce, noneprivate String邀请样式设置: bubble, card, modal, bannerprivate Boolean是否循环private Integer循环次数private Long循环延迟时间,单位:毫秒邀请消息列表private Stringprivate String新访客专属邀请消息private Integer页面停留时间触发,单位:秒来源URL匹配模式private Boolean访客来源触发private String回访访客专属邀请消息private Boolean页面滚动触发private Integer页面滚动触发百分比 (0-100) 注意:与后端实体字段保持一致命名private static final longprivate Boolean是否显示邀请private Boolean智能触发邀请 - 基于用户行为private Boolean定向邀请设置 - 针对特定页面启用邀请定向邀请页面URL匹配模式private String邀请文本private StringVIP访客专属邀请消息private Boolean是否启用访客分段邀请Fields inherited from class com.bytedesk.core.base.BaseRequest
channel, content, orgUid, pageNumber, pageSize, type, uid, userUid -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.bytedesk.core.base.BaseRequest
getPageable, toJson, validate
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
name
-
description
-
defaultTemplate
是否为默认设置模板 -
show
是否显示邀请 -
text
邀请文本 -
icon
邀请图标 -
delay
邀请延迟时间,单位:毫秒 -
loop
是否循环 -
loopDelay
循环延迟时间,单位:毫秒 -
loopCount
循环次数 -
messageList
邀请消息列表 -
targetedInvite
定向邀请设置 - 针对特定页面启用邀请 -
targetedInviteUrls
定向邀请页面URL匹配模式 -
smartTrigger
智能触发邀请 - 基于用户行为 -
pageStayTriggerSeconds
页面停留时间触发,单位:秒 -
scrollTrigger
页面滚动触发 -
scrollTriggerPerceninviteSettinge
页面滚动触发百分比 (0-100) 注意:与后端实体字段保持一致命名 -
exitIntentTrigger
退出意图触发 -
referrerTrigger
访客来源触发 -
referrerPatterns
来源URL匹配模式 -
deviceTypes
访客设备类型触发 - 可选: desktop, mobile, tablet -
visitorSegmentation
是否启用访客分段邀请 -
newVisitorMessage
新访客专属邀请消息 -
returningVisitorMessage
回访访客专属邀请消息 -
vipVisitorMessage
VIP访客专属邀请消息 -
inviteStyle
邀请样式设置: bubble, card, modal, banner -
inviteAnimation
邀请动画效果: fade, slide, bounce, none -
abTesting
是否启用A/B测试
-
-
Constructor Details
-
InviteSettingsRequest
public InviteSettingsRequest()
-