public static interface KnownFraudsterRisk.Builder extends SdkPojo, CopyableBuilder<KnownFraudsterRisk.Builder,KnownFraudsterRisk>
| Modifier and Type | Method and Description |
|---|---|
KnownFraudsterRisk.Builder |
generatedFraudsterId(String generatedFraudsterId)
The identifier of the fraudster that is the closest match to the speaker.
|
KnownFraudsterRisk.Builder |
riskScore(Integer riskScore)
The score indicating the likelihood the speaker is a known fraudster.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildKnownFraudsterRisk.Builder generatedFraudsterId(String generatedFraudsterId)
The identifier of the fraudster that is the closest match to the speaker. If there are no fraudsters
registered in a given domain, or if there are no fraudsters with a non-zero RiskScore, this value is
null.
generatedFraudsterId - The identifier of the fraudster that is the closest match to the speaker. If there are no fraudsters
registered in a given domain, or if there are no fraudsters with a non-zero RiskScore, this value is
null.KnownFraudsterRisk.Builder riskScore(Integer riskScore)
The score indicating the likelihood the speaker is a known fraudster.
riskScore - The score indicating the likelihood the speaker is a known fraudster.Copyright © 2022. All rights reserved.