public sealed class UpdateIssueModelRequest : IMessage<UpdateIssueModelRequest>, IEquatable<UpdateIssueModelRequest>, IDeepCloneable<UpdateIssueModelRequest>, 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."],[[["This webpage details the `UpdateIssueModelRequest` class within the `Google.Cloud.ContactCenterInsights.V1` namespace, specifically within version 1.3.0 of the library."],["`UpdateIssueModelRequest` is used to request the update of an issue model, inheriting from `Object` and implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties `IssueModel`, which is the new values for the issue model, and `UpdateMask`, which specifies which fields should be updated."],["The latest version available is 2.19.0, and the webpage lists versions of this request all the way back to 1.0.0."],["The class has 2 constructors available, one default and one that accepts another `UpdateIssueModelRequest` as a parameter."]]],[]]