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\u003eUserFeedback\u003c/code\u003e class in the Data QnA v1alpha API allows for collecting feedback from users.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e interfaces.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eUserFeedback\u003c/code\u003e includes properties for free-form text feedback (\u003ccode\u003eFreeFormFeedback\u003c/code\u003e), a unique identifier (\u003ccode\u003eName\u003c/code\u003e), a feedback rating (\u003ccode\u003eRating\u003c/code\u003e), and a \u003ccode\u003eUserFeedbackName\u003c/code\u003e-typed resource name view (\u003ccode\u003eUserFeedbackName\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors for the class, \u003ccode\u003eUserFeedback()\u003c/code\u003e which is an empty constructor, and \u003ccode\u003eUserFeedback(UserFeedback other)\u003c/code\u003e which takes another instance of the UserFeedback class.\u003c/p\u003e\n"]]],[],null,["# Data QnA v1alpha API - Class UserFeedback (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.UserFeedback)\n- [2.0.0-alpha01](/dotnet/docs/reference/Google.Cloud.DataQnA.V1Alpha/2.0.0-alpha01/Google.Cloud.DataQnA.V1Alpha.UserFeedback)\n- [1.0.0-alpha03](/dotnet/docs/reference/Google.Cloud.DataQnA.V1Alpha/1.0.0-alpha03/Google.Cloud.DataQnA.V1Alpha.UserFeedback) \n\n public sealed class UserFeedback : IMessage\u003cUserFeedback\u003e, IEquatable\u003cUserFeedback\u003e, IDeepCloneable\u003cUserFeedback\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Data QnA v1alpha API class UserFeedback.\n\nFeedback provided by a user. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e UserFeedback \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[UserFeedback](/dotnet/docs/reference/Google.Cloud.DataQnA.V1Alpha/latest/Google.Cloud.DataQnA.V1Alpha.UserFeedback), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[UserFeedback](/dotnet/docs/reference/Google.Cloud.DataQnA.V1Alpha/latest/Google.Cloud.DataQnA.V1Alpha.UserFeedback), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[UserFeedback](/dotnet/docs/reference/Google.Cloud.DataQnA.V1Alpha/latest/Google.Cloud.DataQnA.V1Alpha.UserFeedback), [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### UserFeedback()\n\n public UserFeedback()\n\n### UserFeedback(UserFeedback)\n\n public UserFeedback(UserFeedback other)\n\nProperties\n----------\n\n### FreeFormFeedback\n\n public string FreeFormFeedback { get; set; }\n\nFree form user feedback, such as a text box.\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### Rating\n\n public UserFeedback.Types.UserFeedbackRating Rating { get; set; }\n\nThe user feedback rating\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.UserFeedback#Google_Cloud_DataQnA_V1Alpha_UserFeedback_Name) resource name property."]]