public sealed class UpdateUserFeedbackRequest : IMessage<UpdateUserFeedbackRequest>, IEquatable<UpdateUserFeedbackRequest>, IDeepCloneable<UpdateUserFeedbackRequest>, IBufferMessage, IMessage
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."],[[["This page documents the `UpdateUserFeedbackRequest` class, which is used to submit requests for updating user feedback within the Google Cloud Data QnA V1Alpha API."],["The `UpdateUserFeedbackRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["This class features two constructors: a default constructor (`UpdateUserFeedbackRequest()`) and a copy constructor (`UpdateUserFeedbackRequest(UpdateUserFeedbackRequest other)`)."],["The `UpdateUserFeedbackRequest` class includes properties for `UpdateMask`, which specifies the fields to update, and `UserFeedback`, which holds the feedback data."],["This documentation covers version 1.0.0-alpha03 of the `UpdateUserFeedbackRequest`, however, newer versions exist such as 2.0.0-alpha02, and 2.0.0-alpha01."]]],[]]