Interface FraudPreventionAssessment.BehavioralTrustVerdictOrBuilder (3.38.0)

public static interface FraudPreventionAssessment.BehavioralTrustVerdictOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getTrust()

public abstract float getTrust()

Output only. Probability of this transaction attempt being executed in a behaviorally trustworthy way. Values are from 0.0 (lowest) to 1.0 (highest).

float trust = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
float

The trust.