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 String
getBusinessAccountId()
String
getContent()
String
getContentType()
String
getExternalId()
String
getExternalMediaId()
String
getExternalMediaMimeType()
String
getExternalMediaName()
String
getExternalSenderId()
String
getExternalSenderName()
String
getExternalSystemId()
String
getInteractiveOutcome()
An interactive event outcome value.String
getMessageSubType()
String
getMessageType()
String
getReplyToExternalId()
-
-
-
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.
-
-