Skip to content

/AWS1/CL_GUR=>PUTRECOMMENDATIONFEEDBACK()

About PutRecommendationFeedback

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

Method Signature

IMPORTING

Required arguments:

IV_CODEREVIEWARN TYPE /AWS1/GURARN /AWS1/GURARN

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

IV_RECOMMENDATIONID TYPE /AWS1/GURRECOMMENDATIONID /AWS1/GURRECOMMENDATIONID

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

IT_REACTIONS TYPE /AWS1/CL_GURREACTIONS_W=>TT_REACTIONS TT_REACTIONS

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

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_GURPUTRECOMMENDATIO01 /AWS1/CL_GURPUTRECOMMENDATIO01