Class: Google::Cloud::DataQnA::V1alpha::UpdateUserFeedbackRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataqna/v1alpha/question_service.rb

Overview

Request to updates user feedback.

Instance Attribute Summary collapse

Instance Attribute Details

#update_mask::Google::Protobuf::FieldMask

Returns The list of fields to be updated.

Returns:



84
85
86
87
# File 'proto_docs/google/cloud/dataqna/v1alpha/question_service.rb', line 84

class UpdateUserFeedbackRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#user_feedback::Google::Cloud::DataQnA::V1alpha::UserFeedback

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



84
85
86
87
# File 'proto_docs/google/cloud/dataqna/v1alpha/question_service.rb', line 84

class UpdateUserFeedbackRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end