Class CallMrcpInitData

java.lang.Object
com.bytedesk.call.mrcp.CallMrcpInitData

public class CallMrcpInitData extends Object
  • Field Details

    • TECHNICAL_SUPPORT

      public static final String[] TECHNICAL_SUPPORT
      Technical Support CallMrcps 技术支持标签
    • SERVICE_REQUEST

      public static final String[] SERVICE_REQUEST
      Service Request CallMrcps 服务请求标签
    • CONSULTATION

      public static final String[] CONSULTATION
      Consultation CallMrcps 咨询标签
    • COMPLAINT_SUGGESTION

      public static final String[] COMPLAINT_SUGGESTION
      Complaint & Suggestion CallMrcps 投诉与建议标签
    • OPERATION_MAINTENANCE

      public static final String[] OPERATION_MAINTENANCE
      Operation & Maintenance CallMrcps 运维标签
  • Constructor Details

    • CallMrcpInitData

      public CallMrcpInitData()
  • Method Details

    • isParentCallMrcp

      public static boolean isParentCallMrcp(String tag)
      Helper method to determine if a tag is a parent tag
      Parameters:
      tag - The tag key to check
      Returns:
      true if it's a parent tag
    • getParentCallMrcp

      public static String getParentCallMrcp(String childCallMrcp)
      Helper method to get parent tag key for a child tag
      Parameters:
      childCallMrcp - The child tag key
      Returns:
      The parent tag key
    • getAllCallMrcps

      public static String[] getAllCallMrcps()
      Get all tags as a single array
      Returns:
      Array containing all tags