| Line 163... |
Line 163... |
| 163 |
BULK_INQUIRY("Customer wanted to know about bulk purchase inquiry"),
|
163 |
BULK_INQUIRY("Customer wanted to know about bulk purchase inquiry"),
|
| 164 |
TAX_INVOICE_ISSUE("Customer wanted to complaint about tax invoice"),
|
164 |
TAX_INVOICE_ISSUE("Customer wanted to complaint about tax invoice"),
|
| 165 |
ORDER_STATUS_SAHOLIC_ORDER("Customer wanted to know status of order"),
|
165 |
ORDER_STATUS_SAHOLIC_ORDER("Customer wanted to know status of order"),
|
| 166 |
PRODUCT_DEMAND("Customer wanted information about any product demand"),
|
166 |
PRODUCT_DEMAND("Customer wanted information about any product demand"),
|
| 167 |
PRICING_ERROR("Customer wanted to ask questions about some error in pricing"),
|
167 |
PRICING_ERROR("Customer wanted to ask questions about some error in pricing"),
|
| 168 |
TECHNICAL_ISSUE("Some technical issue at app"),
|
168 |
TECHNICAL_ISSUE("Some technical issue at app");
|
| 169 |
RETURN_OR_REFUND("Return or Refund"),
|
- |
|
| 170 |
TEST_CALL("test call"),
|
- |
|
| 171 |
VOICE_ISSUE_OR_TECHNICAL_ISSUE("voice issue or technical issue"),
|
- |
|
| 172 |
WRONG_CALL("wrong call");
|
- |
|
| 173 |
|
169 |
|
| 174 |
private String description;
|
170 |
private String description;
|
| 175 |
|
171 |
|
| 176 |
ActivityPMCommonDescriptionMatrix(String description) {
|
172 |
ActivityPMCommonDescriptionMatrix(String description) {
|
| 177 |
this.description = description;
|
173 |
this.description = description;
|