Class UpdateUserFeedbackRequest (0.5.1)

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

Request to updates user feedback.

Attributes

NameDescription
user_feedback google.cloud.dataqna_v1alpha.types.UserFeedback
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.
update_mask google.protobuf.field_mask_pb2.FieldMask
The list of fields to be updated.