Interface CallRecategorizationOperationResult
-
- All Superinterfaces:
CallOperationResult
,CallProvider
,IssueOperationResult
,IssueProvider
,IssueRecategorizationOperationResult
,OperationResult
- All Known Subinterfaces:
AutoCallRecategorizationOperationResult
,SupervisorCallRecategorizationOperationResult
public interface CallRecategorizationOperationResult extends CallOperationResult, IssueRecategorizationOperationResult
This interface represents the result of a successful recategorization operation on a
Call
.- Since:
- 12.31
-
-
Method Summary
-
Methods inherited from interface com.novomind.ecom.api.iagent.provider.CallProvider
getCall
-
Methods inherited from interface com.novomind.ecom.api.iagent.provider.IssueProvider
getIssue
-
Methods inherited from interface com.novomind.ecom.api.iagent.operation.recategorization.IssueRecategorizationOperationResult
getDestinationCategory, getSourceCategory
-
-