Interface AgentChatAction
-
- All Superinterfaces:
ChatProvider
,UserProvider
- All Known Subinterfaces:
AgentChatCloseAction
,AgentChatUploadAttachmentAction
public interface AgentChatAction extends ChatProvider, UserProvider
This interface represents all agent actions concerning a chat The interface provides the chat and the user performing the action.- Since:
- 11.30
-
-
Method Summary
-
Methods inherited from interface com.novomind.ecom.api.iagent.provider.ChatProvider
getChat
-
Methods inherited from interface com.novomind.ecom.api.iagent.provider.UserProvider
getUser
-
-