Class AssignConversationRequest

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

public final class AssignConversationRequest extends Object
  • Method Details

    • getType

    • getAdminId

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

      public String getAssigneeId()
      Returns:
      The id of the admin or team which will be assigned the conversation. A conversation can be assigned both an admin and a team.\nSet 0 if you want this assign to no admin or team (ie. Unassigned).
    • getBody

      public Optional<String> getBody()
      Returns:
      Optionally you can send a response in the conversation when it is assigned.
    • 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 AssignConversationRequest.TypeStage builder()