Class SummarySettingsRequest
java.lang.Object
com.bytedesk.core.base.BaseRequest
com.bytedesk.kbase.settings_summary.SummarySettingsRequest
- All Implemented Interfaces:
PageableRequest,Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Stringprivate Boolean是否启用会话小结private String执行时机 - ON_MESSAGE: 收到新消息时 - THREAD_END: 会话结束时private Stringprivate String绑定用于会话小结的机器人(RobotEntity.uid)private static final longprivate Boolean是否仅按时间冷却触发(忽略 triggerEveryNMessages)private Integer触发冷却时间(秒)(当 executionTiming=ON_MESSAGE 时生效)private Integer触发频率(当 executionTiming=ON_MESSAGE 时生效):每隔 N 条消息触发一次private String触发范围(当 executionTiming=ON_MESSAGE 时生效)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
-
robotUid
绑定用于会话小结的机器人(RobotEntity.uid) -
enabled
是否启用会话小结 -
executionTiming
执行时机 - ON_MESSAGE: 收到新消息时 - THREAD_END: 会话结束时 -
triggerScope
触发范围(当 executionTiming=ON_MESSAGE 时生效) -
triggerEveryNMessages
触发频率(当 executionTiming=ON_MESSAGE 时生效):每隔 N 条消息触发一次 -
triggerCooldownSeconds
触发冷却时间(秒)(当 executionTiming=ON_MESSAGE 时生效) -
triggerCooldownOnly
是否仅按时间冷却触发(忽略 triggerEveryNMessages)
-
-
Constructor Details
-
SummarySettingsRequest
public SummarySettingsRequest()
-