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-04-02 UTC."],[[["This page provides documentation for the `CreateAssessmentRequest` class within the `Google.Cloud.RecaptchaEnterprise.V1Beta1` namespace, version 1.0.0-beta06."],["`CreateAssessmentRequest` is a message class used to initiate an assessment request, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties for `Assessment` (the assessment details), `Parent` (the project name for the assessment), and `ParentAsProjectName` (a typed view of the parent project)."],["There are two constructors available: a default constructor and a constructor that accepts another `CreateAssessmentRequest` object for copying."],["The class inherits several members from the base Object class, like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]