We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13525e0 commit c6ab1e1Copy full SHA for c6ab1e1
recaptcha_enterprise/snippets/create_assessment.py
@@ -27,10 +27,6 @@ def create_assessment(
27
recaptcha_action: Action name corresponding to the token.
28
"""
29
30
- # TODO(developer): Replace these variables before running the sample.
31
- # Specify a name for this assessment.
32
- assessment_name = "assessment_name"
33
-
34
client = recaptchaenterprise_v1.RecaptchaEnterpriseServiceClient()
35
36
# Set the properties of the event to be tracked.
@@ -40,7 +36,6 @@ def create_assessment(
40
41
37
assessment = recaptchaenterprise_v1.Assessment()
42
38
assessment.event = event
43
- assessment.name = assessment_name
44
39
45
project_name = f"projects/{project_id}"
46
0 commit comments