Class CreateCommentRequest
java.lang.Object
com.langfuse.client.resources.comments.types.CreateCommentRequest
-
Method Details
-
getProjectId
- Returns:
- The id of the project to attach the comment to.
-
getObjectType
- Returns:
- The type of the object to attach the comment to (trace, observation, session, prompt).
-
getObjectId
- Returns:
- The id of the object to attach the comment to. If this does not reference a valid existing object, an error will be thrown.
-
getContent
- Returns:
- The content of the comment. May include markdown. Currently limited to 5000 characters.
-
getAuthorUserId
- Returns:
- The id of the user who created the comment.
-
equals
-
getAdditionalProperties
-
hashCode
public int hashCode() -
toString
-
builder
-