public sealed class FirewallAction.Types.IncludeRecaptchaScriptAction : IMessage<FirewallAction.Types.IncludeRecaptchaScriptAction>, IEquatable<FirewallAction.Types.IncludeRecaptchaScriptAction>, IDeepCloneable<FirewallAction.Types.IncludeRecaptchaScriptAction>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class FirewallAction.Types.IncludeRecaptchaScriptAction.
An include reCAPTCHA script action involves injecting reCAPTCHA JavaScript
code into the HTML returned by the site backend. This reCAPTCHA
script is tasked with collecting user signals on the requested web page,
issuing tokens as a cookie within the site domain, and enabling their
utilization in subsequent page requests.
[[["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 page provides documentation for the `FirewallAction.Types.IncludeRecaptchaScriptAction` class within the Google Cloud reCAPTCHA Enterprise v1 API, specifically within the .NET environment."],["The `IncludeRecaptchaScriptAction` class is responsible for injecting reCAPTCHA JavaScript into a website's HTML to gather user signals and issue tokens as cookies, allowing their utilization on future page requests."],["The page offers various versions of the documentation for this class, ranging from version 1.2.0 up to the latest version of 2.17.0, which indicates different releases and potential updates."],["The class implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, meaning the class is equipped with functionalities like message handling, equality comparison, deep cloning and memory management."],["The `IncludeRecaptchaScriptAction` class provides two constructors, one default and one that accepts another instance of itself to copy its values, useful for creating clones or initializing new objects based on existing ones."]]],[]]