Class AdminReplyConversationRequest


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

      • getType

        public java.lang.String getType()
      • getBody

        public java.util.Optional<java.lang.String> getBody()
        Returns:
        The text body of the reply. Notes accept some HTML formatting. Must be present for comment and note message types.
      • getAdminId

        public java.lang.String getAdminId()
        Returns:
        The id of the admin who is authoring the comment.
      • getCreatedAt

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

        public java.util.Optional<java.util.List<QuickReplyOption>> getReplyOptions()
        Returns:
        The quick reply options to display to the end user. Must be present for quick_reply message types.
      • getAttachmentUrls

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

        public java.util.Optional<java.util.List<ConversationAttachmentFiles>> getAttachmentFiles()
        Returns:
        A list of files that will be added as attachments. You can include up to 10 files
      • 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