Google Cloud Recaptcha Enterprise V1 Client - Class BehavioralTrustVerdict (1.8.0)

Reference documentation and code samples for the Google Cloud Recaptcha Enterprise V1 Client class BehavioralTrustVerdict.

Information about behavioral trust of the transaction.

Generated from protobuf message google.cloud.recaptchaenterprise.v1.FraudPreventionAssessment.BehavioralTrustVerdict

Namespace

Google \ Cloud \ RecaptchaEnterprise \ V1 \ FraudPreventionAssessment

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ trust float

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

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).

Returns
TypeDescription
float

setTrust

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

Parameter
NameDescription
var float
Returns
TypeDescription
$this