Class CallIvrEntity

java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.call.ivr.CallIvrEntity
All Implemented Interfaces:
Serializable

@Entity public class CallIvrEntity extends BaseEntity
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 Details

    • name

      private String name
      Name of the ivr
    • description

      private String description
      Description of the ivr
    • type

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

    • CallIvrEntity

      public CallIvrEntity()