Class CreateConversationRequest

java.lang.Object
com.intercom.api.resources.conversations.requests.CreateConversationRequest

public final class CreateConversationRequest extends Object
  • Method Details

    • getFrom

    • getBody

      public String getBody()
      Returns:
      The content of the message. HTML is not supported.
    • getCreatedAt

      public Optional<Integer> getCreatedAt()
      Returns:
      The time the conversation was created as a UTC Unix timestamp. If not provided, the current time will be used. This field is only recommneded for migrating past conversations from another source into Intercom.
    • 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

      public static CreateConversationRequest.FromStage builder()