Options for user acceptance testing.
Generated from protobuf message google.cloud.recaptchaenterprise.v1.TestingOptions
| Methods |
| public __construct( $data = NULL) Constructor.
|
| public getTestingChallenge() Optional. For challenge-based keys only (CHECKBOX, INVISIBLE), all challenge requests for this site return nocaptcha if NOCAPTCHA, or an unsolvable challenge if CHALLENGE. Generated from protobuf field .google.cloud.recaptchaenterprise.v1.TestingOptions.TestingChallenge testing_challenge = 2 [(.google.api.field_behavior) = OPTIONAL];
|
| public getTestingScore() Optional. All assessments for this Key return this score. Must be between 0 (likely not legitimate) and 1 (likely legitimate) inclusive. Generated from protobuf field float testing_score = 1 [(.google.api.field_behavior) = OPTIONAL];
|
| public setTestingChallenge( $var) Optional. For challenge-based keys only (CHECKBOX, INVISIBLE), all challenge requests for this site return nocaptcha if NOCAPTCHA, or an unsolvable challenge if CHALLENGE. Generated from protobuf field .google.cloud.recaptchaenterprise.v1.TestingOptions.TestingChallenge testing_challenge = 2 [(.google.api.field_behavior) = OPTIONAL];
|
| public setTestingScore( $var) Optional. All assessments for this Key return this score. Must be between 0 (likely not legitimate) and 1 (likely legitimate) inclusive. Generated from protobuf field float testing_score = 1 [(.google.api.field_behavior) = OPTIONAL];
|
| Properties |
| protected $testing_challenge = 0 Optional. For challenge-based keys only (CHECKBOX, INVISIBLE), all challenge requests for this site return nocaptcha if NOCAPTCHA, or an unsolvable challenge if CHALLENGE. Generated from protobuf field .google.cloud.recaptchaenterprise.v1.TestingOptions.TestingChallenge testing_challenge = 2 [(.google.api.field_behavior) = OPTIONAL]; |
| protected $testing_score = 0 Optional. All assessments for this Key return this score. Must be between 0 (likely not legitimate) and 1 (likely legitimate) inclusive. Generated from protobuf field float testing_score = 1 [(.google.api.field_behavior) = OPTIONAL]; |
| Methods |