public sealed class WebKeySettings.Types.ActionSettings : IMessage<WebKeySettings.Types.ActionSettings>, IEquatable<WebKeySettings.Types.ActionSettings>, IDeepCloneable<WebKeySettings.Types.ActionSettings>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class WebKeySettings.Types.ActionSettings.
Per-action challenge settings.
Implements
IMessageWebKeySettingsTypesActionSettings, IEquatableWebKeySettingsTypesActionSettings, IDeepCloneableWebKeySettingsTypesActionSettings, IBufferMessage, IMessageNamespace
Google.Cloud.RecaptchaEnterprise.V1Assembly
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 |
|