Interface VoiceIdEvaluateSessionAction.KnownFraudsterRisk

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
VoiceIdEvaluateSessionAction.KnownFraudsterRisk.Jsii$Proxy
Enclosing class:
VoiceIdEvaluateSessionAction

@Stability(Experimental) public static interface VoiceIdEvaluateSessionAction.KnownFraudsterRisk extends software.amazon.jsii.JsiiSerializable
(experimental) Type definition for KnownFraudsterRisk.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.mixins.preview.services.voiceid.events.*;
 KnownFraudsterRisk knownFraudsterRisk = KnownFraudsterRisk.builder()
         .generatedFraudsterId(List.of("generatedFraudsterId"))
         .riskScore(List.of("riskScore"))
         .build();
 
  • Method Details

    • getGeneratedFraudsterId

      @Stability(Experimental) @Nullable default List<String> getGeneratedFraudsterId()
      (experimental) generatedFraudsterId property.

      Specify an array of string values to match this event if the actual value of generatedFraudsterId is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getRiskScore

      @Stability(Experimental) @Nullable default List<String> getRiskScore()
      (experimental) riskScore property.

      Specify an array of string values to match this event if the actual value of riskScore is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

    • builder

      @Stability(Experimental) static VoiceIdEvaluateSessionAction.KnownFraudsterRisk.Builder builder()
      Returns:
      a VoiceIdEvaluateSessionAction.KnownFraudsterRisk.Builder of VoiceIdEvaluateSessionAction.KnownFraudsterRisk