public sealed class UpdateUserFeedbackRequest : IMessage<UpdateUserFeedbackRequest>, IEquatable<UpdateUserFeedbackRequest>, IDeepCloneable<UpdateUserFeedbackRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Data QnA v1alpha API class UpdateUserFeedbackRequest.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the `UpdateUserFeedbackRequest` class is 2.0.0-alpha02, found within the Google Cloud Data QnA v1alpha API."],["This class is designed to manage requests for updating user feedback, even if no feedback has been provided."],["`UpdateUserFeedbackRequest` inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties `UpdateMask`, which specifies which fields to update, and `UserFeedback`, which contains the feedback data to be updated."],["The class has two constructors, one for creating an empty instance, and one for making an instance that copies data from another `UpdateUserFeedbackRequest` instance."]]],[]]