libZSservicesZSamazonka-voice-idZSamazonka-voice-id
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.VoiceId.Types.KnownFraudsterRisk

Description

 
Synopsis

Documentation

data KnownFraudsterRisk Source #

Contains details produced as a result of performing known fraudster risk analysis on a speaker.

See: newKnownFraudsterRisk smart constructor.

Constructors

KnownFraudsterRisk' 

Fields

  • generatedFraudsterId :: Maybe Text

    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.

  • riskScore :: Natural

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

Instances

Instances details
Eq KnownFraudsterRisk Source # 
Instance details

Defined in Amazonka.VoiceId.Types.KnownFraudsterRisk

Read KnownFraudsterRisk Source # 
Instance details

Defined in Amazonka.VoiceId.Types.KnownFraudsterRisk

Show KnownFraudsterRisk Source # 
Instance details

Defined in Amazonka.VoiceId.Types.KnownFraudsterRisk

Generic KnownFraudsterRisk Source # 
Instance details

Defined in Amazonka.VoiceId.Types.KnownFraudsterRisk

Associated Types

type Rep KnownFraudsterRisk :: Type -> Type #

NFData KnownFraudsterRisk Source # 
Instance details

Defined in Amazonka.VoiceId.Types.KnownFraudsterRisk

Methods

rnf :: KnownFraudsterRisk -> () #

Hashable KnownFraudsterRisk Source # 
Instance details

Defined in Amazonka.VoiceId.Types.KnownFraudsterRisk

FromJSON KnownFraudsterRisk Source # 
Instance details

Defined in Amazonka.VoiceId.Types.KnownFraudsterRisk

type Rep KnownFraudsterRisk Source # 
Instance details

Defined in Amazonka.VoiceId.Types.KnownFraudsterRisk

type Rep KnownFraudsterRisk = D1 ('MetaData "KnownFraudsterRisk" "Amazonka.VoiceId.Types.KnownFraudsterRisk" "libZSservicesZSamazonka-voice-idZSamazonka-voice-id" 'False) (C1 ('MetaCons "KnownFraudsterRisk'" 'PrefixI 'True) (S1 ('MetaSel ('Just "generatedFraudsterId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "riskScore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)))

newKnownFraudsterRisk Source #

Create a value of KnownFraudsterRisk with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:generatedFraudsterId:KnownFraudsterRisk', knownFraudsterRisk_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.

$sel:riskScore:KnownFraudsterRisk', knownFraudsterRisk_riskScore - The score indicating the likelihood the speaker is a known fraudster.

knownFraudsterRisk_generatedFraudsterId :: Lens' KnownFraudsterRisk (Maybe Text) Source #

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_riskScore :: Lens' KnownFraudsterRisk Natural Source #

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