CommentThreadComment
CommentThreadComment:
A single plain-text comment exposed through the programmatic comment thread API.
Remarks
Section titled “Remarks”A CommentThreadComment represents one authored comment record. The
public API exposes the comment body as plain text only. It does not expose
rich comment content, edit history, or per-operation author and timestamp
overrides.
Properties
Section titled “Properties”id:
string
Stable identifier for this comment record.
text:
string
Plain text comment body.
author
Section titled “author”Author assigned by the SDK author context, or null if the document
does not contain author metadata for this comment.
createdAt
Section titled “createdAt”Creation timestamp assigned by the SDK, or null if the document does
not contain timestamp metadata for this comment.