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

IntentConfidence

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

Provides a score that indicates the confidence that Amazon Lex has that an intent is the one that satisfies the user's intent.

interface IntentConfidence {
score?: number | null;
}

§Properties

§
score?: number | null
[src]

A score that indicates how confident Amazon Lex is that an intent satisfies the user's intent. Ranges between 0.00 and 1.00. Higher scores indicate higher confidence.