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

MatchItem

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

The Match group object.

interface MatchItem {
ConfidenceScore?: number | null;
MatchId?: string | null;
ProfileIds?: string[] | null;
}

§Properties

§
ConfidenceScore?: number | null
[src]

A number between 0 and 1 that represents the confidence level of assigning profiles to a matching group. A score of 1 likely indicates an exact match.

§
MatchId?: string | null
[src]

The unique identifiers for this group of profiles that match.

§
ProfileIds?: string[] | null
[src]

A list of identifiers for profiles that match.