getSimilarProfiles
inline suspend fun CustomerProfilesClient.getSimilarProfiles(crossinline block: GetSimilarProfilesRequest.Builder.() -> Unit): GetSimilarProfilesResponse
Returns a set of profiles that belong to the same matching group using the matchId
or profileId
. You can also specify the type of matching that you want for finding similar profiles using either RULE_BASED_MATCHING
or ML_BASED_MATCHING
.