Interface AgentChatCloseActionViewContext
-
- All Superinterfaces:
UserProvider
,ViewContext
public interface AgentChatCloseActionViewContext extends 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. TheAgentChatCloseActionViewContext
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 theAgentChatActionValidationException.getDialogUrl()
. This interface can only be used within the novomind iAGENT Chat Agent application.- Since:
- 12.29
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AgentChatCloseAction
getAgentChatCloseAction()
Returns theAgentChatCloseAction
object.-
Methods inherited from interface com.novomind.ecom.api.iagent.frontend.ViewContext
getUser
-
-
-
-
Method Detail
-
getAgentChatCloseAction
AgentChatCloseAction getAgentChatCloseAction()
Returns theAgentChatCloseAction
object.- Returns:
- the
AgentChatCloseAction
- Since:
- 12.29
-
-