Information about SMS toll fraud.
Generated from protobuf message google.cloud.recaptchaenterprise.v1.SmsTollFraudVerdict
| Methods |
| public __construct( $data = NULL) Constructor.
|
| public getReasons() Output only. Reasons contributing to the SMS toll fraud verdict. Generated from protobuf field repeated .google.cloud.recaptchaenterprise.v1.SmsTollFraudVerdict.SmsTollFraudReason reasons = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
|
| public getRisk() Output only. Probability of an SMS event being fraudulent. Values are from 0.0 (lowest) to 1.0 (highest). Generated from protobuf field float risk = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
|
| public setReasons( $var) Output only. Reasons contributing to the SMS toll fraud verdict. Generated from protobuf field repeated .google.cloud.recaptchaenterprise.v1.SmsTollFraudVerdict.SmsTollFraudReason reasons = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
|
| public setRisk( $var) Output only. Probability of an SMS event being fraudulent. Values are from 0.0 (lowest) to 1.0 (highest). Generated from protobuf field float risk = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
|
| Properties |
| protected $risk = 0 Output only. Probability of an SMS event being fraudulent. Values are from 0.0 (lowest) to 1.0 (highest). Generated from protobuf field float risk = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; |
| Methods |
| Properties |
| private $reasons = NULL Output only. Reasons contributing to the SMS toll fraud verdict. Generated from protobuf field repeated .google.cloud.recaptchaenterprise.v1.SmsTollFraudVerdict.SmsTollFraudReason reasons = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; |