Interface CallActivityAssigned
- All Superinterfaces:
CallActivity
A
CallActivityAssigned
represents an activity caused be the
novomind iAGENT routing engine after making a routing decision for
the related Call
. At this moment the call has not yet been
delivered to the agent. The activity only indicates the decision
made by the routing engine.- Since:
- 13.4
-
Method Summary
Modifier and TypeMethodDescriptiondefault CallActivityType
getType()
TheCallActivityType
of theCallActivity
Methods inherited from interface com.novomind.ecom.api.iagent.call.activity.CallActivity
getDate, getUser
-
Method Details
-
getType
Description copied from interface:CallActivity
TheCallActivityType
of theCallActivity
- Specified by:
getType
in interfaceCallActivity
- Returns:
- the type of the
CallActivity
- Since:
- 13.4
-