Class CustomChannelNotificationResponse


  • public final class CustomChannelNotificationResponse
    extends java.lang.Object
    • Method Detail

      • getExternalConversationId

        public java.lang.String getExternalConversationId()
        Returns:
        The external conversation ID provided in the notification request
      • getConversationId

        public java.lang.String getConversationId()
        Returns:
        The Intercom conversation ID mapped to the external conversation ID
      • getExternalContactId

        public java.lang.String getExternalContactId()
        Returns:
        The external contact ID provided in the notification request
      • getContactId

        public java.lang.String getContactId()
        Returns:
        The Intercom contact ID mapped to the external contact ID
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • getAdditionalProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getAdditionalProperties()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object