public sealed class GetUserFeedbackRequest : IMessage<GetUserFeedbackRequest>, IEquatable<GetUserFeedbackRequest>, IDeepCloneable<GetUserFeedbackRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Data QnA v1alpha API class GetUserFeedbackRequest.
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
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eGetUserFeedbackRequest\u003c/code\u003e class in the Data QnA v1alpha API allows retrieving user feedback data, and it is the latest version of the class available.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGetUserFeedbackRequest\u003c/code\u003e class provides a constructor \u003ccode\u003eGetUserFeedbackRequest(GetUserFeedbackRequest other)\u003c/code\u003e which creates a copy from another \u003ccode\u003eGetUserFeedbackRequest\u003c/code\u003e instance.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eName\u003c/code\u003e property, which is a required unique identifier for user feedback, can be accessed and modified as a string.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUserFeedbackName\u003c/code\u003e property provides a typed view of the \u003ccode\u003eName\u003c/code\u003e resource, allowing manipulation of the resource name as an object.\u003c/p\u003e\n"]]],[],null,["# Data QnA v1alpha API - Class GetUserFeedbackRequest (2.0.0-alpha02)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-alpha02 (latest)](/dotnet/docs/reference/Google.Cloud.DataQnA.V1Alpha/latest/Google.Cloud.DataQnA.V1Alpha.GetUserFeedbackRequest)\n- [2.0.0-alpha01](/dotnet/docs/reference/Google.Cloud.DataQnA.V1Alpha/2.0.0-alpha01/Google.Cloud.DataQnA.V1Alpha.GetUserFeedbackRequest)\n- [1.0.0-alpha03](/dotnet/docs/reference/Google.Cloud.DataQnA.V1Alpha/1.0.0-alpha03/Google.Cloud.DataQnA.V1Alpha.GetUserFeedbackRequest) \n\n public sealed class GetUserFeedbackRequest : IMessage\u003cGetUserFeedbackRequest\u003e, IEquatable\u003cGetUserFeedbackRequest\u003e, IDeepCloneable\u003cGetUserFeedbackRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Data QnA v1alpha API class GetUserFeedbackRequest.\n\nRequest to get user feedback. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e GetUserFeedbackRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[GetUserFeedbackRequest](/dotnet/docs/reference/Google.Cloud.DataQnA.V1Alpha/latest/Google.Cloud.DataQnA.V1Alpha.GetUserFeedbackRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[GetUserFeedbackRequest](/dotnet/docs/reference/Google.Cloud.DataQnA.V1Alpha/latest/Google.Cloud.DataQnA.V1Alpha.GetUserFeedbackRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[GetUserFeedbackRequest](/dotnet/docs/reference/Google.Cloud.DataQnA.V1Alpha/latest/Google.Cloud.DataQnA.V1Alpha.GetUserFeedbackRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.DataQnA.V1Alpha](/dotnet/docs/reference/Google.Cloud.DataQnA.V1Alpha/latest/Google.Cloud.DataQnA.V1Alpha)\n\nAssembly\n--------\n\nGoogle.Cloud.DataQnA.V1Alpha.dll\n\nConstructors\n------------\n\n### GetUserFeedbackRequest()\n\n public GetUserFeedbackRequest()\n\n### GetUserFeedbackRequest(GetUserFeedbackRequest)\n\n public GetUserFeedbackRequest(GetUserFeedbackRequest other)\n\nProperties\n----------\n\n### Name\n\n public string Name { get; set; }\n\nRequired. The unique identifier for the user feedback.\nUser feedback is a singleton resource on a Question.\nExample: `projects/foo/locations/bar/questions/1234/userFeedback`\n\n### UserFeedbackName\n\n public UserFeedbackName UserFeedbackName { get; set; }\n\n[UserFeedbackName](/dotnet/docs/reference/Google.Cloud.DataQnA.V1Alpha/latest/Google.Cloud.DataQnA.V1Alpha.UserFeedbackName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.DataQnA.V1Alpha/latest/Google.Cloud.DataQnA.V1Alpha.GetUserFeedbackRequest#Google_Cloud_DataQnA_V1Alpha_GetUserFeedbackRequest_Name) resource name property."]]