codegurureviewer_put_recommendation_feedback: Stores customer feedback for a CodeGuru Reviewer...

View source: R/codegurureviewer_operations.R

codegurureviewer_put_recommendation_feedbackR Documentation

Stores customer feedback for a CodeGuru Reviewer recommendation

Description

Stores customer feedback for a CodeGuru Reviewer recommendation. When this API is called again with different reactions the previous feedback is overwritten.

See https://www.paws-r-sdk.com/docs/codegurureviewer_put_recommendation_feedback/ for full documentation.

Usage

codegurureviewer_put_recommendation_feedback(
  CodeReviewArn,
  RecommendationId,
  Reactions
)

Arguments

CodeReviewArn

[required] The Amazon Resource Name (ARN) of the CodeReview object.

RecommendationId

[required] The recommendation ID that can be used to track the provided recommendations and then to collect the feedback.

Reactions

[required] List for storing reactions. Reactions are utf-8 text code for emojis. If you send an empty list it clears all your feedback.


paws.developer.tools documentation built on Sept. 12, 2024, 6:46 a.m.