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