Interface AgentCallCloseActionViewContext
- All Superinterfaces:
UserProvider
,ViewContext
This interface is used to provide view context specific information
within the novomind iAGENT Desk application for dialogs opened on
call close action validation faults.
The
AgentCallCloseActionViewContext
can be injected
into custom beans used by views displaying a specific error dialog
on a previously failed call close operation.
The view url is specified through the AgentCallActionInterruptedException.getDialogUrl()
.
This interface can only be used within the novomind iAGENT Desk application.- Since:
- 12.28
-
Method Summary
Methods inherited from interface com.novomind.ecom.api.iagent.frontend.ViewContext
getUser
-
Method Details
-
getAgentCallCloseAction
AgentCallCloseAction getAgentCallCloseAction()Returns theAgentCallCloseAction
object.- Returns:
- the
AgentCallCloseAction
- Since:
- 12.28
-