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 documentation for the `CreateAssessmentRequest` class within the Google Cloud reCAPTCHA Enterprise v1 API, specifically for the .NET environment."],["The latest version documented is 2.17.0, and the page also includes documentation for a range of versions back to 1.2.0 of this API."],["The `CreateAssessmentRequest` class, used to request the creation of an assessment, inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateAssessmentRequest` class includes properties such as `Assessment`, which contains the assessment details, and `Parent`, representing the project in which the assessment will be created."],["This documentation includes details on how to construct `CreateAssessmentRequest` objects, either via a default constructor or a copy constructor, and information about its properties."]]],[]]