action property

String? action
getter/setter pair

The action taken if the reCAPTCHA score of a request is within the interval [start_score, end_score]. Possible string values are:

  • "RECAPTCHA_ACTION_UNSPECIFIED" : The reCAPTCHA action is not specified.
  • "BLOCK" : The reCAPTCHA-protected request will be blocked.

Implementation

core.String? action;