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.
Implements
IMessageSmsTollFraudVerdict, IEquatableSmsTollFraudVerdict, IDeepCloneableSmsTollFraudVerdict, IBufferMessage, IMessageNamespace
Google.Cloud.RecaptchaEnterprise.V1Assembly
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 |