public sealed class AssessmentEnvironment : IMessage<AssessmentEnvironment>, IEquatable<AssessmentEnvironment>, IDeepCloneable<AssessmentEnvironment>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class AssessmentEnvironment.
The environment creating the assessment. This describes your environment
(the system invoking CreateAssessment), NOT the environment of your user.
[[["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."],[[["This webpage provides documentation for the `AssessmentEnvironment` class within the Google Cloud reCAPTCHA Enterprise v1 API, specifically for the .NET environment."],["The `AssessmentEnvironment` class is used to describe the environment creating an assessment, not the user's environment, and is accessible from version 1.2.0 up until the latest, 2.17.0."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which enables specific functionality to this class."],["The `AssessmentEnvironment` class has two constructors, a default one and one that takes another `AssessmentEnvironment` instance as a parameter to create a new object based on the provided."],["The class contains two main properties, `Client` and `Version`, which are optional string values used to identify the client module and its version that initiated the assessment."]]],[]]