Interface MessageSubmitEventMessage
public interface MessageSubmitEventMessage
MessageSubmitEventMessage
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Dedicated Builder -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Getting builderGet channelIdentityThe ID of the contact.The ID of the conversation the app message is part of.The ID of the app message.Metadata specified in the message_metadata field of a Send Message request, if any.Get processingModeAppMessage
<?> Get submittedMessage
-
Method Details
-
getMessageId
String getMessageId()The ID of the app message.- Returns:
- messageId
-
getConversationId
String getConversationId()The ID of the conversation the app message is part of. Will be empty if processing_mode is DISPATCH.- Returns:
- conversationId
-
getChannelIdentity
ChannelIdentity getChannelIdentity()Get channelIdentity- Returns:
- channelIdentity
-
getContactId
String getContactId()The ID of the contact. Will be empty if processing_mode is DISPATCH.- Returns:
- contactId
-
getSubmittedMessage
AppMessage<?> getSubmittedMessage()Get submittedMessage- Returns:
- submittedMessage
-
getMetadata
String getMetadata()Metadata specified in the message_metadata field of a Send Message request, if any.- Returns:
- metadata
-
getProcessingMode
ProcessingMode getProcessingMode()Get processingMode- Returns:
- processingMode
-
builder
Getting builder- Returns:
- New Builder instance
-