public TestingOptions.Types.TestingChallenge TestingChallenge { get; set; }
For challenge-based keys only (CHECKBOX, INVISIBLE), all challenge requests
for this site will return nocaptcha if NOCAPTCHA, or an unsolvable
challenge if CHALLENGE.
[[["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."],[[["This webpage details the `TestingOptions` class within the `Google.Cloud.RecaptchaEnterprise.V1` namespace, specifically version 1.4.0 of the library, which is used for user acceptance testing within the reCAPTCHA Enterprise framework."],["The `TestingOptions` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing its role in structured data handling and comparison within the .NET environment."],["The class offers two constructors, a default one and one that takes another `TestingOptions` object, indicating support for object creation and cloning."],["`TestingOptions` includes two properties: `TestingChallenge` to dictate challenge types for testing, and `TestingScore` to predefine the score returned for all assessments of a key, allowing for controlled test outputs."],["The webpage contains a list of multiple previous versions, starting from 1.2.0, up until the most recent version being 2.17.0, which contains the class `TestingOptions` at each of these version."]]],[]]