Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudRecaptchaenterpriseV1SmsTollFraudVerdict

import type { GoogleCloudRecaptchaenterpriseV1SmsTollFraudVerdict } from "https://googleapis.deno.dev/v1/recaptchaenterprise:v1.ts";

Information about SMS toll fraud.

interface GoogleCloudRecaptchaenterpriseV1SmsTollFraudVerdict {
readonly reasons?: "SMS_TOLL_FRAUD_REASON_UNSPECIFIED" | "INVALID_PHONE_NUMBER"[];
readonly risk?: number;
}

§Properties

§
readonly reasons?: "SMS_TOLL_FRAUD_REASON_UNSPECIFIED" | "INVALID_PHONE_NUMBER"[]
[src]

Output only. Reasons contributing to the SMS toll fraud verdict.

§
readonly risk?: number
[src]

Output only. Probability of an SMS event being fraudulent. Values are from 0.0 (lowest) to 1.0 (highest).