AnnotateAssessmentRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The request message to annotate an Assessment. .. attribute:: name
Required. The resource name of the Assessment, in the format "projects/{project}/assessments/{assessment}".
:type: str
Attributes | |
---|---|
Name | Description |
annotation |
google.cloud.recaptchaenterprise_v1.types.AnnotateAssessmentRequest.Annotation
Optional. The annotation that will be assigned to the Event. This field can be left empty to provide reasons that apply to an event without concluding whether the event is legitimate or fraudulent. |
reasons |
Sequence[google.cloud.recaptchaenterprise_v1.types.AnnotateAssessmentRequest.Reason]
Optional. Optional reasons for the annotation that will be assigned to the Event. |
Classes
Annotation
Annotation(value)
Enum that represents the types of annotations.
Reason
Reason(value)
Enum that represents potential reasons for annotating an assessment.