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

ScoreAttributes

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

Provides a relative ranking that indicates how confident Amazon Kendra is that the response matches the query.

interface ScoreAttributes {
ScoreConfidence?: ScoreConfidence | null;
}

§Properties

§
ScoreConfidence?: ScoreConfidence | null
[src]

A relative ranking for how well the response matches the query.