Class: Google::Cloud::RecaptchaEnterprise::V1beta1::FraudPreventionAssessment::BehavioralTrustVerdict

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.rb

Overview

Information about behavioral trust of the transaction.

Instance Attribute Summary collapse

Instance Attribute Details

#trust::Float

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

Returns:

  • (::Float)

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



673
674
675
676
# File 'proto_docs/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.rb', line 673

class BehavioralTrustVerdict
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end