Interface FraudPreventionAssessment.BehavioralTrustVerdictOrBuilder (3.59.0)

public static interface FraudPreventionAssessment.BehavioralTrustVerdictOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getTrust()

public abstract float getTrust()

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

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

Returns
Type Description
float

The trust.