View Source GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1SmsTollFraudVerdict (google_api_recaptcha_enterprise v0.8.0)

Information about SMS toll fraud.

Attributes

  • reasons (type: list(String.t), default: nil) - Output only. Reasons contributing to the SMS toll fraud verdict.
  • risk (type: number(), default: nil) - Output only. Probability of an SMS event being fraudulent. Values are from 0.0 (lowest) to 1.0 (highest).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1SmsTollFraudVerdict{
    reasons: [String.t()] | nil,
    risk: number() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.