Class IntentionSettingsRequest
java.lang.Object
com.bytedesk.core.base.BaseRequest
com.bytedesk.kbase.settings_intention.IntentionSettingsRequest
- 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触发冷却时间(秒)private Integer触发频率:每隔 N 条消息触发一次private String触发范围 - VISITOR_ONLY: 仅访客消息 - AGENT_ONLY: 仅客服消息 - ALL: 所有非系统消息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
触发范围 - VISITOR_ONLY: 仅访客消息 - AGENT_ONLY: 仅客服消息 - ALL: 所有非系统消息 -
triggerEveryNMessages
触发频率:每隔 N 条消息触发一次 -
triggerCooldownSeconds
触发冷却时间(秒) -
triggerCooldownOnly
是否仅按时间冷却触发(忽略 triggerEveryNMessages)
-
-
Constructor Details
-
IntentionSettingsRequest
public IntentionSettingsRequest()
-