Interface IncomingAttachmentChatMessage
- All Superinterfaces:
ChatProvider
This interface provides information about an incoming message containing an attachment that is supposed to be uploaded.
- Since:
- 12.0
-
Method Summary
Modifier and TypeMethodDescriptionReturns the attachmentMethods inherited from interface com.novomind.ecom.api.iagent.provider.ChatProvider
getChat
-
Method Details
-
getAttachmentDataSource
AttachmentDataSource getAttachmentDataSource()Returns the attachment- Returns:
- the AttachmentDataSource object
- Since:
- 12.0
-