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 \ FraudPreventionAssessmentMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
| data | arrayOptional. Data for populating the Message object. | 
| ↳ trust | floatOutput 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 | |
|---|---|
| Type | Description | 
| 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 | |
|---|---|
| Name | Description | 
| var | float | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |