Class: Google::Cloud::RecaptchaEnterprise::V1::SmsTollFraudVerdict
- Inherits:
-
Object
- Object
- Google::Cloud::RecaptchaEnterprise::V1::SmsTollFraudVerdict
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb
Overview
Information about SMS toll fraud.
Defined Under Namespace
Modules: SmsTollFraudReason
Instance Attribute Summary collapse
-
#reasons ⇒ ::Array<::Google::Cloud::RecaptchaEnterprise::V1::SmsTollFraudVerdict::SmsTollFraudReason>
readonly
Output only.
-
#risk ⇒ ::Float
readonly
Output only.
Instance Attribute Details
#reasons ⇒ ::Array<::Google::Cloud::RecaptchaEnterprise::V1::SmsTollFraudVerdict::SmsTollFraudReason> (readonly)
Returns Output only. Reasons contributing to the SMS toll fraud verdict.
956 957 958 959 960 961 962 963 964 965 966 967 968 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 956 class SmsTollFraudVerdict include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Reasons contributing to the SMS toll fraud verdict. module SmsTollFraudReason # Default unspecified reason SMS_TOLL_FRAUD_REASON_UNSPECIFIED = 0 # The provided phone number was invalid INVALID_PHONE_NUMBER = 1 end end |
#risk ⇒ ::Float (readonly)
Returns Output only. Probability of an SMS event being fraudulent. Values are from 0.0 (lowest) to 1.0 (highest).
956 957 958 959 960 961 962 963 964 965 966 967 968 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 956 class SmsTollFraudVerdict include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Reasons contributing to the SMS toll fraud verdict. module SmsTollFraudReason # Default unspecified reason SMS_TOLL_FRAUD_REASON_UNSPECIFIED = 0 # The provided phone number was invalid INVALID_PHONE_NUMBER = 1 end end |