public sealed class CreateAssessmentRequest : IMessage<CreateAssessmentRequest>, IEquatable<CreateAssessmentRequest>, IDeepCloneable<CreateAssessmentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1beta1 API class CreateAssessmentRequest.
[[["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-21 UTC."],[[["The `CreateAssessmentRequest` class is part of the Google Cloud reCAPTCHA Enterprise v1beta1 API, used for creating assessment requests."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering features like message handling, equality checks, and deep cloning."],["It includes properties like `Assessment`, which holds the assessment details, and `Parent`, which specifies the project name for the assessment creation."],["The `CreateAssessmentRequest` class has two constructors, a default constructor, and one that takes another `CreateAssessmentRequest` object for copying."],["The latest version of this class is `2.0.0-beta07`, with older versions `2.0.0-beta06` and `1.0.0-beta06` also available for reference."]]],[]]