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

ClickFeedback

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

Gathers information about when a particular result was clicked by a user. Your application uses the SubmitFeedback operation to provide click information.

interface ClickFeedback {
ClickTime: Date | number;
ResultId: string;
}

§Properties

§
ClickTime: Date | number
[src]

The Unix timestamp of the date and time that the result was clicked.

§
ResultId: string
[src]

The unique identifier of the search result that was clicked.