Class CallMrcpEntity

java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.call.mrcp.CallMrcpEntity
All Implemented Interfaces:
Serializable

@Entity public class CallMrcpEntity extends BaseEntity
CallMrcp entity for content categorization and organization Provides mrcp functionality for various system entities Database Table: bytedesk_call_mrcp Purpose: Stores mrcp definitions, colors, and organization settings
See Also:
  • Field Details

    • name

      private String name
      Name of the mrcp
    • description

      private String description
      Description of the mrcp
    • type

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

    • CallMrcpEntity

      public CallMrcpEntity()