Uses of Class
com.bytedesk.kbase.settings.ServiceSettings
Packages that use ServiceSettings
Package
Description
Robot package contains classes for managing AI robots/agents.
Utilities package contains helper classes and common utilities for the AI module.
工作组服务包
管理客服工作组相关功能
-
Uses of ServiceSettings in com.bytedesk.ai.robot
Fields in com.bytedesk.ai.robot declared as ServiceSettings -
Uses of ServiceSettings in com.bytedesk.ai.utils
Methods in com.bytedesk.ai.utils with parameters of type ServiceSettingsModifier and TypeMethodDescriptionConvertAiUtils.convertToServiceSettingsResponseVisitor
(ServiceSettings serviceSettings) -
Uses of ServiceSettings in com.bytedesk.kbase.settings
Methods in com.bytedesk.kbase.settings with parameters of type ServiceSettingsModifier and TypeMethodDescriptionboolean
ServiceTrigger.canTrigger
(String userUid, ServiceSettings settings, ServiceTrigger.TriggerCondition condition) 检查是否可以触发条件 -
Uses of ServiceSettings in com.bytedesk.service.agent
Fields in com.bytedesk.service.agent declared as ServiceSettings -
Uses of ServiceSettings in com.bytedesk.service.settings
Methods in com.bytedesk.service.settings that return ServiceSettingsModifier and TypeMethodDescriptionServiceSettingsService.formatAgentServiceSettings
(AgentRequest request) ServiceSettingsService.formatWorkgroupServiceSettings
(WorkgroupRequest request) -
Uses of ServiceSettings in com.bytedesk.service.utils
Methods in com.bytedesk.service.utils with parameters of type ServiceSettingsModifier and TypeMethodDescriptionstatic void
ThreadMessageUtil.checkNoResponse
(String userUid, long lastActiveTime, ServiceSettings settings) ServiceConvertUtils.convertToServiceSettingsResponseVisitor
(ServiceSettings serviceSettings) static String
ServiceConvertUtils.convertToServiceSettingsResponseVisitorJSONString
(ServiceSettings serviceSettings) -
Uses of ServiceSettings in com.bytedesk.service.workgroup
Fields in com.bytedesk.service.workgroup declared as ServiceSettings