Class UpdateUserFeedbackRequest (0.2.1)

UpdateUserFeedbackRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request to updates user feedback. .. attribute:: user_feedback

Required. The user feedback to update. This can be called even if there is no user feedback so far. The feedback's name field is used to identify the user feedback (and the corresponding question) to update.

:type: google.cloud.dataqna_v1alpha.types.UserFeedback

Attribute

NameDescription
update_mask google.protobuf.field_mask_pb2.FieldMask
The list of fields to be updated.