Reference documentation and code samples for the BigQuery Data QnA V1alpha API class Google::Cloud::DataQnA::V1alpha::UpdateUserFeedbackRequest.
Request to updates user feedback.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — The list of fields to be updated.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — The list of fields to be updated.
Returns
- (::Google::Protobuf::FieldMask) — The list of fields to be updated.
#user_feedback
def user_feedback() -> ::Google::Cloud::DataQnA::V1alpha::UserFeedback
Returns
- (::Google::Cloud::DataQnA::V1alpha::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.
#user_feedback=
def user_feedback=(value) -> ::Google::Cloud::DataQnA::V1alpha::UserFeedback
Parameter
- value (::Google::Cloud::DataQnA::V1alpha::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.
Returns
- (::Google::Cloud::DataQnA::V1alpha::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.