Reference documentation and code samples for the Google Cloud Recaptcha Enterprise V1 Client class ActionSettings.
Per-action challenge settings.
Generated from protobuf message google.cloud.recaptchaenterprise.v1.WebKeySettings.ActionSettings
Namespace
Google \ Cloud \ RecaptchaEnterprise \ V1 \ WebKeySettingsMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ score_threshold |
float
Required. A challenge is triggered if the end-user score is below that threshold. Value must be between 0 and 1 (inclusive). |
getScoreThreshold
Required. A challenge is triggered if the end-user score is below that threshold. Value must be between 0 and 1 (inclusive).
| Returns | |
|---|---|
| Type | Description |
float |
|
setScoreThreshold
Required. A challenge is triggered if the end-user score is below that threshold. Value must be between 0 and 1 (inclusive).
| Parameter | |
|---|---|
| Name | Description |
var |
float
|
| Returns | |
|---|---|
| Type | Description |
$this |
|