Class AssignConversationRequest


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

      • getAdminId

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

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