Interface InboundMessage
-
- All Known Implementing Classes:
InboundMessageBuilderImpl
public interface InboundMessage- Author:
- Filip Hrisafov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetBusinessAccountId()StringgetContent()StringgetContentType()Map<String,Object>getDynamicProperties()StringgetExternalId()StringgetExternalMediaId()StringgetExternalMediaMimeType()StringgetExternalMediaName()StringgetExternalSenderId()StringgetExternalSenderName()StringgetExternalSystemId()StringgetInteractiveOutcome()An interactive event outcome value.StringgetMessageSubType()StringgetMessageType()StringgetReplyToExternalId()
-
-
-
Method Detail
-
getExternalSenderName
String getExternalSenderName()
-
getExternalSenderId
String getExternalSenderId()
-
getExternalSystemId
String getExternalSystemId()
-
getBusinessAccountId
String getBusinessAccountId()
-
getExternalId
String getExternalId()
-
getReplyToExternalId
String getReplyToExternalId()
-
getExternalMediaId
String getExternalMediaId()
-
getExternalMediaName
String getExternalMediaName()
-
getExternalMediaMimeType
String getExternalMediaMimeType()
-
getMessageType
String getMessageType()
-
getContent
String getContent()
-
getContentType
String getContentType()
-
getMessageSubType
String getMessageSubType()
-
getInteractiveOutcome
String getInteractiveOutcome()
An interactive event outcome value. If this is set then an event registry event might be sent out when the message is routed to the conversation.
-
-