Google Cloud reCAPTCHA Enterprise v1 API - Class WebKeySettings.Types.ActionSettings (2.20.0)

public sealed class WebKeySettings.Types.ActionSettings : IMessage<WebKeySettings.Types.ActionSettings>, IEquatable<WebKeySettings.Types.ActionSettings>, IDeepCloneable<WebKeySettings.Types.ActionSettings>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class WebKeySettings.Types.ActionSettings.

Per-action challenge settings.

Inheritance

object > WebKeySettings.Types.ActionSettings

Namespace

Google.Cloud.RecaptchaEnterprise.V1

Assembly

Google.Cloud.RecaptchaEnterprise.V1.dll

Constructors

ActionSettings()

public ActionSettings()

ActionSettings(ActionSettings)

public ActionSettings(WebKeySettings.Types.ActionSettings other)
Parameter
Name Description
other WebKeySettingsTypesActionSettings

Properties

ScoreThreshold

public float ScoreThreshold { get; set; }

Required. A challenge is triggered if the end-user score is below that threshold. Value must be between 0 and 1 (inclusive).

Property Value
Type Description
float