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