public sealed class CreateAssessmentRequest : IMessage<CreateAssessmentRequest>, IEquatable<CreateAssessmentRequest>, IDeepCloneable<CreateAssessmentRequest>, IBufferMessage, IMessage
[[["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 `CreateAssessmentRequest` class is used to create assessment requests within the Google Cloud reCAPTCHA Enterprise API, specifically for version 1.6.0."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality and usability within .NET environments."],["It requires properties like `Parent` (the project name) and `Assessment` (the details of the assessment) to be set for the creation of an assessment request."],["There are various versions of the API available, ranging from 2.0.0 to the latest 2.17.0, in addition to the current 1.6.0 being discussed, each linking to a different documented version of the CreateAssessmentRequest class."],["The class has two constructors, a default one, and another one that takes in another CreateAssessmentRequest as a parameter."]]],[]]