Package com.bytedesk.call.ivr
Class CallIvrEntity
java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.call.ivr.CallIvrEntity
- All Implemented Interfaces:
Serializable
CallIvr entity for content categorization and organization
Provides ivr functionality for various system entities
Database Table: bytedesk_call_ivr
Purpose: Stores ivr definitions, colors, and organization settings
- 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 ivr -
description
Description of the ivr -
type
Type of ivr (CUSTOMER, TICKET, ARTICLE, etc.)
-
-
Constructor Details
-
CallIvrEntity
public CallIvrEntity()
-