Interface SmartConversationsEventNotification
public interface SmartConversationsEventNotification
SmartConversationsEventNotification
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Dedicated Builder -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Getting builderGet analysisResultsGet channelThe channel-specific identifier for the contact.The unique ID of the contact that sent the message.The ID of the conversation the app message is part of.The unique ID of the corresponding message.
-
Method Details
-
getContactId
String getContactId()The unique ID of the contact that sent the message.- Returns:
- contactId
-
getChannelIdentity
String getChannelIdentity()The channel-specific identifier for the contact.- Returns:
- channelIdentity
-
getChannel
ConversationChannel getChannel()Get channel- Returns:
- channel
-
getMessageId
String getMessageId()The unique ID of the corresponding message.- Returns:
- messageId
-
getConversationId
String getConversationId()The ID of the conversation the app message is part of.- Returns:
- conversationId
-
getAnalysisResults
AnalysisResult getAnalysisResults()Get analysisResults- Returns:
- analysisResults
-
builder
Getting builder- Returns:
- New Builder instance
-