Interface IncomingAttachmentChatMessage
-
- All Superinterfaces:
ChatProvider
public interface IncomingAttachmentChatMessage extends ChatProvider
This interface provides information about an incoming message containing an attachment that is supposed to be uploaded.- 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
-
-
-
-
Method Detail
-
getAttachmentDataSource
AttachmentDataSource getAttachmentDataSource()
Returns the attachment- Returns:
- the AttachmentDataSource object
- Since:
- 12.0
-
-