Interface AgentChatEditorAppearanceProvider
public interface AgentChatEditorAppearanceProvider
An AgentChatEditorAppearanceProvider is used to customize
the appearance of the agent's chat editor.
This interface can only be used within the novomind iAGENT Chat Agent application.
- Since:
- 12.36
-
Method Summary
Modifier and TypeMethodDescriptiongetAgentChatEditorAppearance(AgentChatEditorViewContext agentChatEditorViewContext) The method is called on plugins implementing this interface to customize the appearance of the agent's chat editor for a selected chat.
-
Method Details
-
getAgentChatEditorAppearance
AgentChatEditorAppearance getAgentChatEditorAppearance(AgentChatEditorViewContext agentChatEditorViewContext) The method is called on plugins implementing this interface to customize the appearance of the agent's chat editor for a selected chat. The required information is returned through aAgentChatEditorAppearanceobject. If the return value isnullthe editor will be displayed using default system settings.- Parameters:
agentChatEditorViewContext- TheAgentChatEditorViewContextassociated with the request to the view component- Returns:
- The
AgentChatEditorAppearanceinstance containing the information to display the agent's chat editor, ornullto maintain the default behavior. - Since:
- 12.36
-