Interface DomainEvents.VoiceIdEvaluateSessionAction.FraudDetectionResult

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

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

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.*;
 FraudDetectionResult fraudDetectionResult = FraudDetectionResult.builder()
         .audioAggregationEndedAt(List.of("audioAggregationEndedAt"))
         .audioAggregationStartedAt(List.of("audioAggregationStartedAt"))
         .configuration(ConfigurationFraud.builder()
                 .riskThreshold(List.of("riskThreshold"))
                 .watchlistId(List.of("watchlistId"))
                 .build())
         .decision(List.of("decision"))
         .fraudDetectionResultId(List.of("fraudDetectionResultId"))
         .reasons(List.of("reasons"))
         .riskDetails(RiskDetails.builder()
                 .knownFraudsterRisk(KnownFraudsterRisk.builder()
                         .generatedFraudsterId(List.of("generatedFraudsterId"))
                         .riskScore(List.of("riskScore"))
                         .build())
                 .voiceSpoofingRisk(VoiceSpoofingRisk.builder()
                         .riskScore(List.of("riskScore"))
                         .build())
                 .build())
         .build();
 
  • Method Details

    • getAudioAggregationEndedAt

      @Stability(Experimental) @Nullable default List<String> getAudioAggregationEndedAt()
      (experimental) audioAggregationEndedAt property.

      Specify an array of string values to match this event if the actual value of audioAggregationEndedAt 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

    • getAudioAggregationStartedAt

      @Stability(Experimental) @Nullable default List<String> getAudioAggregationStartedAt()
      (experimental) audioAggregationStartedAt property.

      Specify an array of string values to match this event if the actual value of audioAggregationStartedAt 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

    • getConfiguration

      @Stability(Experimental) @Nullable default DomainEvents.VoiceIdEvaluateSessionAction.ConfigurationFraud getConfiguration()
      (experimental) configuration property.

      Specify an array of string values to match this event if the actual value of configuration 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

    • getDecision

      @Stability(Experimental) @Nullable default List<String> getDecision()
      (experimental) decision property.

      Specify an array of string values to match this event if the actual value of decision 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

    • getFraudDetectionResultId

      @Stability(Experimental) @Nullable default List<String> getFraudDetectionResultId()
      (experimental) fraudDetectionResultId property.

      Specify an array of string values to match this event if the actual value of fraudDetectionResultId 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

    • getReasons

      @Stability(Experimental) @Nullable default List<String> getReasons()
      (experimental) reasons property.

      Specify an array of string values to match this event if the actual value of reasons 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

    • getRiskDetails

      @Stability(Experimental) @Nullable default DomainEvents.VoiceIdEvaluateSessionAction.RiskDetails getRiskDetails()
      (experimental) riskDetails property.

      Specify an array of string values to match this event if the actual value of riskDetails 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

      Returns:
      a DomainEvents.VoiceIdEvaluateSessionAction.FraudDetectionResult.Builder of DomainEvents.VoiceIdEvaluateSessionAction.FraudDetectionResult