Class AgentTemplateEntity

java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.service.agent_template.AgentTemplateEntity
All Implemented Interfaces:
Serializable

@Entity public class AgentTemplateEntity extends BaseEntity
客服配置模板:当有多个客服时,可以快速为多个客服配置相同的模板,例如:客服工作时间、客服头像等。 比如:有100个客服坐席时,可以快速为100个客服配置相同的模板。
See Also:
  • Field Details

    • name

      private String name
      Name of the agentTemplate
    • description

      private String description
      Description of the agentTemplate
    • type

      private String type
      Type of agentTemplate (CUSTOMER, TICKET, ARTICLE, etc.)
  • Constructor Details

    • AgentTemplateEntity

      public AgentTemplateEntity()