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

SubmitFeedbackRequest

import type { SubmitFeedbackRequest } from "https://aws-api.deno.dev/v0.4/services/kendra.ts?docs=full";
interface SubmitFeedbackRequest {
ClickFeedbackItems?: ClickFeedback[] | null;
IndexId: string;
QueryId: string;
RelevanceFeedbackItems?: RelevanceFeedback[] | null;
}

§Properties

§
ClickFeedbackItems?: ClickFeedback[] | null
[src]

Tells Amazon Kendra that a particular search result link was chosen by the user.

§
IndexId: string
[src]

The identifier of the index that was queried.

§
QueryId: string
[src]

The identifier of the specific query for which you are submitting feedback. The query ID is returned in the response to the Query API.

§
RelevanceFeedbackItems?: RelevanceFeedback[] | null
[src]

Provides Amazon Kendra with relevant or not relevant feedback for whether a particular item was relevant to the search.