Uses of Class
com.bytedesk.kbase.settings_intention.IntentionSettingsEntity
Packages that use IntentionSettingsEntity
Package
Description
Robot package contains classes for managing AI robots/agents.
ByteDesk 意图设置管理包
本包提供客服系统中意图识别和分类的相关设置,主要功能包括:
1.
工作组服务包
管理客服工作组相关功能
-
Uses of IntentionSettingsEntity in com.bytedesk.ai.robot
Fields in com.bytedesk.ai.robot declared as IntentionSettingsEntity -
Uses of IntentionSettingsEntity in com.bytedesk.kbase.settings_intention
Methods in com.bytedesk.kbase.settings_intention that return IntentionSettingsEntityModifier and TypeMethodDescriptionprotected IntentionSettingsEntity
IntentionSettingsRestService.doSave
(IntentionSettingsEntity entity) IntentionSettingsRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, IntentionSettingsEntity entity) Methods in com.bytedesk.kbase.settings_intention that return types with arguments of type IntentionSettingsEntityModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<IntentionSettingsEntity>
IntentionSettingsRestService.queryByOrgEntity
(IntentionSettingsRequest request) static org.springframework.data.jpa.domain.Specification<IntentionSettingsEntity>
IntentionSettingsSpecification.search
(IntentionSettingsRequest request) Methods in com.bytedesk.kbase.settings_intention with parameters of type IntentionSettingsEntityModifier and TypeMethodDescriptionIntentionSettingsRestService.convertToExcel
(IntentionSettingsEntity entity) IntentionSettingsRestService.convertToResponse
(IntentionSettingsEntity entity) protected IntentionSettingsEntity
IntentionSettingsRestService.doSave
(IntentionSettingsEntity entity) IntentionSettingsRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, IntentionSettingsEntity entity) void
IntentionSettingsEntityListener.onPostPersist
(IntentionSettingsEntity intentionSettings) void
IntentionSettingsEntityListener.onPostUpdate
(IntentionSettingsEntity intentionSettings) -
Uses of IntentionSettingsEntity in com.bytedesk.kbase.settings_intention.event
Fields in com.bytedesk.kbase.settings_intention.event declared as IntentionSettingsEntityModifier and TypeFieldDescriptionprivate IntentionSettingsEntity
IntentionSettingsCreateEvent.intentionSettings
private IntentionSettingsEntity
IntentionSettingsDeleteEvent.intentionSettings
private IntentionSettingsEntity
IntentionSettingsUpdateEvent.intentionSettings
Constructors in com.bytedesk.kbase.settings_intention.event with parameters of type IntentionSettingsEntityModifierConstructorDescriptionIntentionSettingsCreateEvent
(IntentionSettingsEntity intentionSettings) IntentionSettingsDeleteEvent
(IntentionSettingsEntity intentionSettings) IntentionSettingsUpdateEvent
(IntentionSettingsEntity intentionSettings) -
Uses of IntentionSettingsEntity in com.bytedesk.kbase.settings_intention.intention.impl
Fields in com.bytedesk.kbase.settings_intention.intention.impl declared as IntentionSettingsEntityModifier and TypeFieldDescriptionprivate IntentionSettingsEntity
IntentionDetectionServiceImpl.currentSettings
内存缓存当前设置Methods in com.bytedesk.kbase.settings_intention.intention.impl that return IntentionSettingsEntityModifier and TypeMethodDescriptionprivate IntentionSettingsEntity
IntentionDetectionServiceImpl.getDefaultSettings()
获取默认设置Methods in com.bytedesk.kbase.settings_intention.intention.impl with parameters of type IntentionSettingsEntityModifier and TypeMethodDescriptionIntentionDetectionServiceImpl.getSubIntentionMapping
(IntentionSettingsEntity settings) 获取子意图映射private IntentionResult
IntentionDetectionServiceImpl.simulateIntentionDetection
(String messageContent, List<String> contextMessages, IntentionSettingsEntity settings) 模拟意图检测 注意:这只是演示实现,实际应使用NLP或LLM模型 -
Uses of IntentionSettingsEntity in com.bytedesk.service.agent
Fields in com.bytedesk.service.agent declared as IntentionSettingsEntity -
Uses of IntentionSettingsEntity in com.bytedesk.service.workgroup
Fields in com.bytedesk.service.workgroup declared as IntentionSettingsEntityModifier and TypeFieldDescriptionprivate IntentionSettingsEntity
WorkgroupEntity.intentionSetting