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 IntentionSettingsEntityModifier and TypeFieldDescriptionprivate IntentionSettingsEntityRobotEntity.intentionSettingIntention recognition settings for the robot -
Uses of IntentionSettingsEntity in com.bytedesk.kbase.settings_intention
Methods in com.bytedesk.kbase.settings_intention that return IntentionSettingsEntityModifier and TypeMethodDescriptionprotected IntentionSettingsEntityIntentionSettingsRestService.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 TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<IntentionSettingsEntity>IntentionSettingsRestService.createSpecification(IntentionSettingsRequest request) protected org.springframework.data.domain.Page<IntentionSettingsEntity>IntentionSettingsRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<IntentionSettingsEntity> spec, org.springframework.data.domain.Pageable pageable) static org.springframework.data.jpa.domain.Specification<IntentionSettingsEntity>IntentionSettingsSpecification.search(IntentionSettingsRequest request, AuthService authService) Methods in com.bytedesk.kbase.settings_intention with parameters of type IntentionSettingsEntityModifier and TypeMethodDescriptionIntentionSettingsRestService.convertToExcel(IntentionSettingsEntity entity) IntentionSettingsRestService.convertToResponse(IntentionSettingsEntity entity) protected IntentionSettingsEntityIntentionSettingsRestService.doSave(IntentionSettingsEntity entity) IntentionSettingsRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, IntentionSettingsEntity entity) voidIntentionSettingsEntityListener.onPostPersist(IntentionSettingsEntity intentionSettings) voidIntentionSettingsEntityListener.onPostUpdate(IntentionSettingsEntity intentionSettings) Method parameters in com.bytedesk.kbase.settings_intention with type arguments of type IntentionSettingsEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<IntentionSettingsEntity>IntentionSettingsRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<IntentionSettingsEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of IntentionSettingsEntity in com.bytedesk.kbase.settings_intention.event
Fields in com.bytedesk.kbase.settings_intention.event declared as IntentionSettingsEntityModifier and TypeFieldDescriptionprivate IntentionSettingsEntityIntentionSettingsCreateEvent.intentionSettingsprivate IntentionSettingsEntityIntentionSettingsDeleteEvent.intentionSettingsprivate IntentionSettingsEntityIntentionSettingsUpdateEvent.intentionSettingsConstructors 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 IntentionSettingsEntityIntentionDetectionServiceImpl.currentSettings内存缓存当前设置Methods in com.bytedesk.kbase.settings_intention.intention.impl that return IntentionSettingsEntityModifier and TypeMethodDescriptionprivate IntentionSettingsEntityIntentionDetectionServiceImpl.getDefaultSettings()获取默认设置Methods in com.bytedesk.kbase.settings_intention.intention.impl with parameters of type IntentionSettingsEntityModifier and TypeMethodDescriptionIntentionDetectionServiceImpl.getSubIntentionMapping(IntentionSettingsEntity settings) 获取子意图映射private IntentionResultIntentionDetectionServiceImpl.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 IntentionSettingsEntityWorkgroupEntity.intentionSettingIntent recognition settings