Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

PutRecommendationFeedbackRequest

import type { PutRecommendationFeedbackRequest } from "https://aws-api.deno.dev/v0.4/services/codegurureviewer.ts?docs=full";
interface PutRecommendationFeedbackRequest {
CodeReviewArn: string;
Reactions: Reaction[];
RecommendationId: string;
}

§Properties

§
CodeReviewArn: string
[src]

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

§
Reactions: Reaction[]
[src]

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

§
RecommendationId: string
[src]

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