public sealed class UpdateIssueRequest : IMessage<UpdateIssueRequest>, IEquatable<UpdateIssueRequest>, IDeepCloneable<UpdateIssueRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class UpdateIssueRequest.
[[["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 provided content is a reference document for the `UpdateIssueRequest` class within the Google Cloud Contact Center Insights v1 API, specifically version 2.14.0."],["This class, `UpdateIssueRequest`, is used to update an issue and is part of the `Google.Cloud.ContactCenterInsights.V1` namespace in the .NET library."],["It inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two properties, `Issue` which contains the new values for the issue, and `UpdateMask` which specifies which fields should be updated."],["The documentation provided includes information on the constructors for the class and references to older versions, with the most recent version being 2.19.0."]]],[]]