We need to give the AssessmentName CreateAssessmentRequest in google captcha varification. It is in the format projects/{projectname}/assessments/{assessment}.
what is this {assessment} part refers to?
https://cloud.google.com/recaptcha-enterprise/docs/create-assessment
Thanks, Anish
A request will be sent to the reCAPTCHA Enterprise API to create the assessment. Similar to the following, In that request only event will be sent in a file called request.json.
name, riskAnalysis and tokenProperties fields are outputs only. You will get the clarity after seeing the JSON response below.
After sending a request either by using curl or PowerShell JSON response will be received similar to the following. At the name field in this response you can see what the {assessment} is.
For more information refer to the following documentation.