public sealed class UpdateIssueRequest : IMessage<UpdateIssueRequest>, IEquatable<UpdateIssueRequest>, IDeepCloneable<UpdateIssueRequest>, IBufferMessage, IMessage
[[["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 `UpdateIssueRequest` is 2.19.0, which is part of the Google.Cloud.ContactCenterInsights.V1 namespace."],["`UpdateIssueRequest` is a class used to send requests for updating an issue and implements several interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["This class provides properties such as `Issue` which dictates the new values for the issue and `UpdateMask` which shows the list of fields to be updated."],["The history of `UpdateIssueRequest` versioning is accessible within the documentation, with versions dating back to 1.0.0, which is also the initial release, all the way to the latest 2.19.0."],["`UpdateIssueRequest` has two constructors, one default and one which uses another `UpdateIssueRequest` as a parameter, allowing for easy creation of new objects using existing ones."]]],[]]