Interface FraudPreventionAssessment.BehavioralTrustVerdictOrBuilder (3.28.0)

public static interface FraudPreventionAssessment.BehavioralTrustVerdictOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getTrust()

public abstract float getTrust()

Probability (0-1) of this transaction attempt being executed in a behaviorally trustworthy way.

float trust = 1;

Returns
TypeDescription
float

The trust.