Interface InboundMessage

All Known Implementing Classes:
InboundMessageBuilderImpl

public interface InboundMessage
Author:
Filip Hrisafov
  • Method Details

    • 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.
    • getDynamicProperties

      Map<String,Object> getDynamicProperties()