getCommentsForPullRequest
inline suspend fun CodeCommitClient.getCommentsForPullRequest(crossinline block: GetCommentsForPullRequestRequest.Builder.() -> Unit): GetCommentsForPullRequestResponse
Returns comments made on a pull request.
Reaction counts might include numbers from user identities who were deleted after the reaction was made. For a count of reactions from active identities, use GetCommentReactions.