Interface AgentCallQuickCaseStartOperationResult
-
- All Superinterfaces:
OperationResult
public interface AgentCallQuickCaseStartOperationResult extends OperationResult
This interface represents the result of a successfulAgentCallQuickCaseStartOperation
- Since:
- 11.18
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AgentCallQuickCase
getAgentCallQuickCase()
Returns the started call quick case.
-
-
-
Method Detail
-
getAgentCallQuickCase
AgentCallQuickCase getAgentCallQuickCase()
Returns the started call quick case.- Returns:
- an instance of an
AgentCallQuickCase
- Since:
- 11.18
-
-