Interface AgentChatUploadAttachmentAction
- All Superinterfaces:
AgentChatAction
,ChatProvider
,UserProvider
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
Modifier and TypeMethodDescriptionReturns the attachmentMethods inherited from interface com.novomind.ecom.api.iagent.provider.ChatProvider
getChat
Methods inherited from interface com.novomind.ecom.api.iagent.provider.UserProvider
getUser
-
Method Details
-
getAttachmentDataSource
AttachmentDataSource getAttachmentDataSource()Returns the attachment- Returns:
- the AttachmentDataSource object
- Since:
- 12.0
-