Interface SmartConversationsEventNotification


public interface SmartConversationsEventNotification
SmartConversationsEventNotification
  • 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