/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Contains details produced as a result of performing known fraudster risk
* analysis on a speaker.See Also:
AWS
* API Reference
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
.
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
.
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
.
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
.
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
.
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
.
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
.
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
.
The score indicating the likelihood the speaker is a known fraudster.
*/ inline int GetRiskScore() const{ return m_riskScore; } /** *The score indicating the likelihood the speaker is a known fraudster.
*/ inline bool RiskScoreHasBeenSet() const { return m_riskScoreHasBeenSet; } /** *The score indicating the likelihood the speaker is a known fraudster.
*/ inline void SetRiskScore(int value) { m_riskScoreHasBeenSet = true; m_riskScore = value; } /** *The score indicating the likelihood the speaker is a known fraudster.
*/ inline KnownFraudsterRisk& WithRiskScore(int value) { SetRiskScore(value); return *this;} private: Aws::String m_generatedFraudsterId; bool m_generatedFraudsterIdHasBeenSet = false; int m_riskScore; bool m_riskScoreHasBeenSet = false; }; } // namespace Model } // namespace VoiceID } // namespace Aws