Google Cloud reCAPTCHA Enterprise v1 API - Class SmsTollFraudVerdict (2.15.0)

public sealed class SmsTollFraudVerdict : IMessage<SmsTollFraudVerdict>, IEquatable<SmsTollFraudVerdict>, IDeepCloneable<SmsTollFraudVerdict>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class SmsTollFraudVerdict.

Information about SMS toll fraud.

Inheritance

object > SmsTollFraudVerdict

Namespace

Google.Cloud.RecaptchaEnterprise.V1

Assembly

Google.Cloud.RecaptchaEnterprise.V1.dll

Constructors

SmsTollFraudVerdict()

public SmsTollFraudVerdict()

SmsTollFraudVerdict(SmsTollFraudVerdict)

public SmsTollFraudVerdict(SmsTollFraudVerdict other)
Parameter
Name Description
other SmsTollFraudVerdict

Properties

Reasons

public RepeatedField<SmsTollFraudVerdict.Types.SmsTollFraudReason> Reasons { get; }

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

Property Value
Type Description
RepeatedFieldSmsTollFraudVerdictTypesSmsTollFraudReason

Risk

public float Risk { get; set; }

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

Property Value
Type Description
float