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 an assessment request within the Google Cloud reCAPTCHA Enterprise V1 API, with version 2.17.0 being the latest."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from `Object`."],["The class provides properties like `Assessment`, `Parent`, and `ParentAsProjectName`, allowing you to set the assessment details and specify the project in which the assessment will be created."],["The class has two constructors: a default constructor and one that takes another `CreateAssessmentRequest` object for copying its parameters."],["The class belongs to the `Google.Cloud.RecaptchaEnterprise.V1` namespace, and is part of the `Google.Cloud.RecaptchaEnterprise.V1.dll` assembly."]]],[]]