Class: Google::Cloud::RecaptchaEnterprise::V1::PhoneFraudAssessment
- Inherits:
-
Object
- Object
- Google::Cloud::RecaptchaEnterprise::V1::PhoneFraudAssessment
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb
Overview
Assessment for Phone Fraud
Instance Attribute Summary collapse
-
#sms_toll_fraud_verdict ⇒ ::Google::Cloud::RecaptchaEnterprise::V1::SmsTollFraudVerdict
readonly
Output only.
Instance Attribute Details
#sms_toll_fraud_verdict ⇒ ::Google::Cloud::RecaptchaEnterprise::V1::SmsTollFraudVerdict (readonly)
Returns Output only. Assessment of this phone event for risk of SMS toll fraud.
993 994 995 996 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 993 class PhoneFraudAssessment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |