Class AgentTemplateEntity
java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.service.agent_template.AgentTemplateEntity
- All Implemented Interfaces:
Serializable
客服配置模板:当有多个客服时,可以快速为多个客服配置相同的模板,例如:客服工作时间、客服头像等。
比如:有100个客服坐席时,可以快速为100个客服配置相同的模板。
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.bytedesk.core.base.BaseEntity
getCreatedAtString, getUpdatedAtString
-
Field Details
-
name
Name of the agentTemplate -
description
Description of the agentTemplate -
type
Type of agentTemplate (CUSTOMER, TICKET, ARTICLE, etc.)
-
-
Constructor Details
-
AgentTemplateEntity
public AgentTemplateEntity()
-