Class: Google::Cloud::DataQnA::V1alpha::GetUserFeedbackRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DataQnA::V1alpha::GetUserFeedbackRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataqna/v1alpha/question_service.rb
Overview
Request to get user feedback.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The unique identifier for the user feedback.
User feedback is a singleton resource on a Question.
Example: projects/foo/locations/bar/questions/1234/userFeedback
.
69 70 71 72 |
# File 'proto_docs/google/cloud/dataqna/v1alpha/question_service.rb', line 69 class GetUserFeedbackRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |