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 latest version of the `CreateAssessmentRequest` is 2.17.0, part of the Google.Cloud.RecaptchaEnterprise.V1 library, with many older versions available."],["`CreateAssessmentRequest` is a class used to create an assessment within the Google Cloud reCAPTCHA Enterprise service and it inherits from `Object` and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `CreateAssessmentRequest` includes two constructors: a default one and one that takes another `CreateAssessmentRequest` object as a parameter for copying."],["The class `CreateAssessmentRequest` has three main properties, `Assessment` (the assessment details), `Parent` (the project name where the assessment will be created), and `ParentAsProjectName`, the typed view of the parent project name."],["The class is contained within the namespace `Google.Cloud.RecaptchaEnterprise.V1`, and is contained within the assembly, `Google.Cloud.RecaptchaEnterprise.V1.dll`."]]],[]]