Class CloseConversationRequest

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

public final class CloseConversationRequest extends Object
  • Method Details

    • getType

      public String getType()
    • getAdminId

      public String getAdminId()
      Returns:
      The id of the admin who is performing the action.
    • getBody

      public Optional<String> getBody()
      Returns:
      Optionally you can leave a message in the conversation to provide additional context to the user and other teammates.
    • 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 CloseConversationRequest.AdminIdStage builder()