Class AdminReplyConversationRequest

java.lang.Object
com.intercom.api.types.AdminReplyConversationRequest

public final class AdminReplyConversationRequest extends Object
  • Method Details

    • getMessageType

    • getType

      public String getType()
    • getBody

      public Optional<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 String getAdminId()
      Returns:
      The id of the admin who is authoring the comment.
    • getCreatedAt

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

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

      public Optional<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(Object other)
      Overrides:
      equals in class Object
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object
    • builder