Interface KnownFraudsterRisk.Builder

  • Method Details

    • generatedFraudsterId

      KnownFraudsterRisk.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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • riskScore

      KnownFraudsterRisk.Builder riskScore(Integer riskScore)

      The score indicating the likelihood the speaker is a known fraudster.

      Parameters:
      riskScore - The score indicating the likelihood the speaker is a known fraudster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.