public sealed class FraudSignals.Types.UserSignals : IMessage<FraudSignals.Types.UserSignals>, IEquatable<FraudSignals.Types.UserSignals>, IDeepCloneable<FraudSignals.Types.UserSignals>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class FraudSignals.Types.UserSignals.
Signals describing the user involved in this transaction.
Output only. Likelihood (from 0.0 to 1.0) this user includes synthetic
components in their identity, such as a randomly generated email address,
temporary phone number, or fake shipping address.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-25 UTC."],[[["The provided content details the `FraudSignals.Types.UserSignals` class within the Google Cloud reCAPTCHA Enterprise v1 API, which is used to describe user-related signals in a transaction."],["The documentation lists various versions of the API, ranging from version 1.2.0 to the latest 2.17.0, with links to each versions reference documentation, all pertaining to the `UserSignals` class."],["`FraudSignals.Types.UserSignals` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is part of the `Google.Cloud.RecaptchaEnterprise.V1` namespace."],["The class offers two constructors, a default `UserSignals()` and another that takes an existing `UserSignals` object as a parameter for easy duplication, `UserSignals(FraudSignals.Types.UserSignals other)`."],["The class contains properties like `ActiveDaysLowerBound`, indicating the minimum number of days a user has been active online, and `SyntheticRisk`, a measure of the likelihood (0.0-1.0) that a user's identity contains synthetic information."]]],[]]