public sealed class CreateAssessmentRequest : IMessage<CreateAssessmentRequest>, IEquatable<CreateAssessmentRequest>, IDeepCloneable<CreateAssessmentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 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-25 UTC."],[[["The latest version available for the `CreateAssessmentRequest` class in the Google Cloud reCAPTCHA Enterprise v1 API is 2.17.0, with several prior versions also listed."],["The `CreateAssessmentRequest` class is used to create an assessment within the reCAPTCHA Enterprise v1 API and is found in the `Google.Cloud.RecaptchaEnterprise.V1` namespace."],["This class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to provide functionality for message handling, equality comparison, deep cloning, and buffer management."],["The `CreateAssessmentRequest` includes two main properties, `Assessment` which requires the assessment details, and `Parent`, which requires the project name for the assessment creation."],["The constructor for `CreateAssessmentRequest` can be called without any parameter or it can be passed another `CreateAssessmentRequest` as a parameter."]]],[]]