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 document provides reference documentation for the `CreateAssessmentRequest` class within the Google Cloud reCAPTCHA Enterprise v1 API, specifically for the .NET environment, with version 2.3.0 being the primary version detailed and including versions all the way up to 2.17.0."],["The `CreateAssessmentRequest` class is used to create assessment requests in the API, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it inherits from the `Object` class."],["The `CreateAssessmentRequest` class contains properties such as `Assessment` and `Parent`, which are essential for specifying the assessment details and the project under which the assessment is made, respectively."],["There are two constructors available: a default `CreateAssessmentRequest()` and one that takes another `CreateAssessmentRequest` object for copying, `CreateAssessmentRequest(CreateAssessmentRequest other)`."],["The documentation includes links to reference material for a wide range of older versions of the library all the way from version 1.2.0 up to the latest version."]]],[]]