Interface FraudPreventionAssessment.BehavioralTrustVerdictOrBuilder (3.30.0)

See more code actions.
public static interface FraudPreventionAssessment.BehavioralTrustVerdictOrBuilder extends MessageOrBuilder
MessageOrBuilder

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.