Package com.bytedesk.call.mrcp
Class CallMrcpInitData
java.lang.Object
com.bytedesk.call.mrcp.CallMrcpInitData
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String[]
Complaint & Suggestion CallMrcps 投诉与建议标签static final String[]
Consultation CallMrcps 咨询标签static final String[]
Operation & Maintenance CallMrcps 运维标签static final String[]
Service Request CallMrcps 服务请求标签static final String[]
Technical Support CallMrcps 技术支持标签 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String[]
Get all tags as a single arraystatic String
getParentCallMrcp
(String childCallMrcp) Helper method to get parent tag key for a child tagstatic boolean
isParentCallMrcp
(String tag) Helper method to determine if a tag is a parent tag
-
Field Details
-
TECHNICAL_SUPPORT
Technical Support CallMrcps 技术支持标签 -
SERVICE_REQUEST
Service Request CallMrcps 服务请求标签 -
CONSULTATION
Consultation CallMrcps 咨询标签 -
COMPLAINT_SUGGESTION
Complaint & Suggestion CallMrcps 投诉与建议标签 -
OPERATION_MAINTENANCE
Operation & Maintenance CallMrcps 运维标签
-
-
Constructor Details
-
CallMrcpInitData
public CallMrcpInitData()
-
-
Method Details
-
isParentCallMrcp
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
Helper method to get parent tag key for a child tag- Parameters:
childCallMrcp
- The child tag key- Returns:
- The parent tag key
-
getAllCallMrcps
Get all tags as a single array- Returns:
- Array containing all tags
-