Class TestingOptions (1.21.0)

TestingOptions(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Options for user acceptance testing.

Attributes

Name Description
testing_score float
Optional. All assessments for this Key will return this score. Must be between 0 (likely not legitimate) and 1 (likely legitimate) inclusive.
testing_challenge google.cloud.recaptchaenterprise_v1.types.TestingOptions.TestingChallenge
Optional. For challenge-based keys only (CHECKBOX, INVISIBLE), all challenge requests for this site will return nocaptcha if NOCAPTCHA, or an unsolvable challenge if CHALLENGE.

Classes

TestingChallenge

TestingChallenge(value)

Enum that represents the challenge option for challenge-based (CHECKBOX, INVISIBLE) testing keys.