Class TestingOptions (1.7.0)

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

Options for user acceptance testing.

Attributes

NameDescription
testing_score float
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
For challenge-based keys only (CHECKBOX, INVISIBLE), all challenge requests for this site will return nocaptcha if NOCAPTCHA, or an unsolvable challenge if CHALLENGE.

Inheritance

builtins.object > proto.message.Message > TestingOptions

Classes

TestingChallenge

TestingChallenge(value)

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