Adds a new comment to the specified document version.
See https://www.paws-r-sdk.com/docs/workdocs_create_comment/ for full documentation.
workdocs_create_comment(
AuthenticationToken = NULL,
DocumentId,
VersionId,
ParentId = NULL,
ThreadId = NULL,
Text,
Visibility = NULL,
NotifyCollaborators = NULL
)
Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
[required] The ID of the document.
[required] The ID of the document version.
The ID of the parent comment.
The ID of the root comment in the thread.
[required] The text of the comment.
The visibility of the comment. Options are either PRIVATE, where the comment is visible only to the comment author and document owner and co-owners, or PUBLIC, where the comment is visible to document owners, co-owners, and contributors.
Set this parameter to TRUE to send an email out to the document collaborators after the comment is created.