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