BigQuery Data QnA V1alpha API - Class Google::Cloud::DataQnA::V1alpha::UpdateUserFeedbackRequest (v0.7.0)

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

#update_mask=

def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
Returns

#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.