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, and is a message type."],["This class includes properties such as `Assessment`, `Parent`, and `ParentAsProjectName`, essential for defining and specifying the assessment details and project location."],["The `CreateAssessmentRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer operations."],["The latest version of the `CreateAssessmentRequest` is 2.17.0, and there are multiple other versions available ranging from 2.16.0 to 1.2.0, in addition to the 2.0.0."],["The class has two constructors to create the `CreateAssessmentRequest` object, either with no arguments, or by using another `CreateAssessmentRequest` as a template."]]],[]]