Package com.bytedesk.service.agent_settings
package com.bytedesk.service.agent_settings
-
ClassDescriptionAgent configuration settings for reusable settings Purpose: - Store reusable agent configurations - Enable sharing common settings across multiple agents - Simplify agent configuration management Usage: - Create settings for different agent roles (e.g., "Junior Support", "Senior Support", "VIP Agent") - Assign settings to agents via AgentEntity.settings reference - Multiple agents can share the same settings Common fields (inherited from BaseSettingsEntity): - name, description, isDefault, enabled - serviceSettings, inviteSettings, intentionSettings Agent-specific fields: - messageLeaveSettings, autoReplySettings, queueSettings, rateDownSettings Database Table: bytedesk_service_agent_settingsEntity listener for AgentSettings lifecycle eventsEvent listener for AgentSettings application eventsRepository for AgentSettingsEntitySpecification for querying AgentSettings entities