Builder
Properties
How the auto-merging process should resolve conflicts between different profiles. For example, if Profile A and Profile B have the same FirstName
and LastName
(and that is the matching criteria), which EmailAddress
should be used?
A list of matching attributes that represent matching criteria. If two profiles meet at least one of the requirements in the matching attributes list, they will be merged.
A number between 0 and 1 that represents the minimum confidence score required for profiles within a matching group to be merged during the auto-merge process. A higher score means higher similarity required to merge profiles.
Functions
construct an aws.sdk.kotlin.services.customerprofiles.model.ConflictResolution inside the given block
construct an aws.sdk.kotlin.services.customerprofiles.model.Consolidation inside the given block