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

GetAutoMergingPreviewRequest

import type { GetAutoMergingPreviewRequest } from "https://aws-api.deno.dev/v0.4/services/customerprofiles.ts?docs=full";
interface GetAutoMergingPreviewRequest {
ConflictResolution: ConflictResolution;
Consolidation: Consolidation;
DomainName: string;
MinAllowedConfidenceScoreForMerging?: number | null;
}

§Properties

§
ConflictResolution: ConflictResolution
[src]

How the auto-merging process should resolve conflicts between different profiles.

§
Consolidation: Consolidation
[src]

A list of matching attributes that represent matching criteria.

§
DomainName: string
[src]

The unique name of the domain.

§
MinAllowedConfidenceScoreForMerging?: number | null
[src]

Minimum confidence score required for profiles within a matching group to be merged during the auto-merge process.