Class ContactReplyTicketUserIdRequest

    • Method Detail

      • getCreatedAt

        public java.util.Optional<java.lang.Integer> getCreatedAt()
        Specified by:
        getCreatedAt in interface IContactReplyBaseRequest
        Returns:
        The time the reply was created. If not provided, the current time will be used.
      • getAttachmentUrls

        public java.util.Optional<java.util.List<java.lang.String>> getAttachmentUrls()
        Specified by:
        getAttachmentUrls in interface IContactReplyBaseRequest
        Returns:
        A list of image URLs that will be added as attachments. You can include up to 10 URLs.
      • getReplyOptions

        public java.util.Optional<java.util.List<ContactReplyTicketUserIdRequest.ReplyOptionsItem>> getReplyOptions()
        Returns:
        The quick reply selection the contact wishes to respond with. These map to buttons displayed in the Messenger UI if sent by a bot, or the reply options sent by an Admin via the API.
      • getUserId

        public java.lang.String getUserId()
        Returns:
        The external_id you have defined for the contact.
      • 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