Creates a reply to an existing comment using the specified comment string.

<void> CommentCollection.addReply(<string> comment, <CommentedText> repliedComment, [<AddCommentCallback> callback], [<ErrorCallback> errorCallback])

Parameters

Parameter Description
comment The comment string.
repliedComment The comment to which to reply.
callback Optional. Receives the result of the add operation.
errorCallback Optional. Is called when the operation failed with an error.