Class EmotionSettingResponse
java.lang.Object
com.bytedesk.core.base.BaseResponse
com.bytedesk.kbase.settings_emotion.EmotionSettingResponse
- All Implemented Interfaces:
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触发冷却时间(秒)private Integer触发频率:每隔 N 条消息触发一次private String触发范围private String -
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
-
robotUid
绑定用于情绪分析的机器人(RobotEntity.uid) -
enabled
是否启用情绪分析 -
executionTiming
执行时机 - ON_MESSAGE: 收到新消息时 - THREAD_END: 会话结束时 -
triggerScope
触发范围 -
triggerEveryNMessages
触发频率:每隔 N 条消息触发一次 -
triggerCooldownSeconds
触发冷却时间(秒) -
triggerCooldownOnly
是否仅按时间冷却触发(忽略 triggerEveryNMessages) -
type
-
-
Constructor Details
-
EmotionSettingResponse
public EmotionSettingResponse()
-