Class: Google::Cloud::DataQnA::V1alpha::UpdateUserFeedbackRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DataQnA::V1alpha::UpdateUserFeedbackRequest
- 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
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
The list of fields to be updated.
-
#user_feedback ⇒ ::Google::Cloud::DataQnA::V1alpha::UserFeedback
Required.
Instance Attribute Details
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns The list of fields to be updated.
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.
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 |