public sealed class CreateAssessmentRequest : IMessage<CreateAssessmentRequest>, IEquatable<CreateAssessmentRequest>, IDeepCloneable<CreateAssessmentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class CreateAssessmentRequest.
[[["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 reference documentation for the `CreateAssessmentRequest` class within the Google Cloud reCAPTCHA Enterprise v1 API, specifically for .NET development."],["The `CreateAssessmentRequest` class is used to construct messages for creating assessment requests, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version documented is 2.17.0, with the current version of the page being 2.10.0, and links to older versions of the documentation are provided, from 2.16.0 all the way down to 1.2.0."],["Key properties of the `CreateAssessmentRequest` class include `Assessment`, which contains the assessment details, and `Parent`, which specifies the project where the assessment will be created."],["The class offers two constructors: a parameterless one and one that takes another `CreateAssessmentRequest` instance for cloning."]]],[]]