Interface AgentChatUploadAttachmentAction
-
- All Superinterfaces:
AgentChatAction
,ChatProvider
,UserProvider
public interface AgentChatUploadAttachmentAction extends AgentChatAction
This action is performed when an agent is uploading an attachment to a chat within the novomind iAGENT chat process.
- Since:
- 12.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttachmentDataSource
getAttachmentDataSource()
Returns the attachment-
Methods inherited from interface com.novomind.ecom.api.iagent.provider.ChatProvider
getChat
-
Methods inherited from interface com.novomind.ecom.api.iagent.provider.UserProvider
getUser
-
-
-
-
Method Detail
-
getAttachmentDataSource
AttachmentDataSource getAttachmentDataSource()
Returns the attachment- Returns:
- the AttachmentDataSource object
- Since:
- 12.0
-
-