Class RatedownSettingsEntity
java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.kbase.settings_ratedown.RatedownSettingsEntity
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate boolean
是否允许用户输入自定义文本反馈private boolean
是否为默认设置模板private String
设置描述private boolean
是否启用点踩功能private boolean
是否记录点踩的会话到质检系统private int
自定义文本反馈的最大字符限制private int
每次点踩允许选择的最大标签数量private String
设置名称,用于区分不同的邀请设置模板private boolean
点踩后是否尝试转人工客服点踩选项private boolean
是否需要客服后续跟进点踩反馈private boolean
点踩后是否显示感谢消息private String
感谢消息内容private boolean
点踩后是否自动触发满意度调查 -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.bytedesk.core.base.BaseEntity
getCreatedAtString, getUpdatedAtString
-
Field Details
-
name
设置名称,用于区分不同的邀请设置模板 -
description
设置描述 -
defaultTemplate
private boolean defaultTemplate是否为默认设置模板 -
enabled
private boolean enabled是否启用点踩功能 -
rateDownTagList
点踩选项 -
maxTagSelection
private int maxTagSelection每次点踩允许选择的最大标签数量 -
allowCustomFeedback
private boolean allowCustomFeedback是否允许用户输入自定义文本反馈 -
maxFeedbackLength
private int maxFeedbackLength自定义文本反馈的最大字符限制 -
requireFollowup
private boolean requireFollowup是否需要客服后续跟进点踩反馈 -
showThankYouMessage
private boolean showThankYouMessage点踩后是否显示感谢消息 -
thankYouMessage
感谢消息内容 -
triggerSatisfactionSurvey
private boolean triggerSatisfactionSurvey点踩后是否自动触发满意度调查 -
markForQualityInspection
private boolean markForQualityInspection是否记录点踩的会话到质检系统 -
offerHumanAgent
private boolean offerHumanAgent点踩后是否尝试转人工客服
-
-
Constructor Details
-
RatedownSettingsEntity
public RatedownSettingsEntity()
-