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-04-09 UTC."],[[["The latest version of the `UpdateUserFeedbackRequest` class is `2.0.0-alpha02`, with previous versions `2.0.0-alpha01` and `1.0.0-alpha03` also available."],["`UpdateUserFeedbackRequest` is a request class for updating user feedback, and it implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits from `Object` and has inherited members including `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The class has two constructors: a default one `UpdateUserFeedbackRequest()` and one that takes another `UpdateUserFeedbackRequest` object as a parameter for creating a copy."],["It contains properties, `UpdateMask`, a `FieldMask` defining the fields that can be updated, and `UserFeedback`, the actual `UserFeedback` object that is to be updated."]]],[]]