UserFeedback(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Feedback provided by a user. .. attribute:: name
Required. The unique identifier for the user feedback. User
feedback is a singleton resource on a Question. Example:
projects/foo/locations/bar/questions/1234/userFeedback
:type: str
Attributes |
|
---|---|
Name | Description |
free_form_feedback |
str
Free form user feedback, such as a text box. |
rating |
google.cloud.dataqna_v1alpha.types.UserFeedback.UserFeedbackRating
The user feedback rating |
Classes
UserFeedbackRating
UserFeedbackRating(value)
Enumeration of feedback ratings.