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

RelevanceFeedback

import type { RelevanceFeedback } from "https://aws-api.deno.dev/v0.3/services/kendra.ts?docs=full";

Provides feedback on how relevant a document is to a search. Your application uses the SubmitFeedback operation to provide relevance information.

interface RelevanceFeedback {
RelevanceValue: RelevanceType;
ResultId: string;
}

§Properties

§
RelevanceValue: RelevanceType
[src]

Whether to document was relevant or not relevant to the search.

§
ResultId: string
[src]

The unique identifier of the search result that the user provided relevance feedback for.