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

RecommendationFeedbackSummary

import type { RecommendationFeedbackSummary } from "https://aws-api.deno.dev/v0.4/services/codegurureviewer.ts?docs=full";

Information about recommendation feedback summaries.

interface RecommendationFeedbackSummary {
Reactions?: Reaction[] | null;
RecommendationId?: string | null;
UserId?: string | null;
}

§Properties

§
Reactions?: Reaction[] | null
[src]

List for storing reactions. Reactions are utf-8 text code for emojis.

§
RecommendationId?: string | null
[src]

The recommendation ID that can be used to track the provided recommendations. Later on it can be used to collect the feedback.

§
UserId?: string | null
[src]

The ID of the user that gave the feedback.

The UserId is an IAM principal that can be specified as an Amazon Web Services account ID or an Amazon Resource Name (ARN). For more information, see Specifying a Principal in the Amazon Web Services Identity and Access Management User Guide.