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 `UpdateIssueRequest` class is part of the Google Cloud Contact Center AI Insights v1 API, used for updating issues."],["The latest version of the `UpdateIssueRequest` class is 2.19.0, and there are multiple previous versions available, from 2.18.0 down to 1.0.0."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateIssueRequest` class includes two key properties, `Issue` which takes in the new values, and `UpdateMask` which specifies the fields to update."],["The class has inherited methods such as GetHashCode, GetType and ToString."]]],[]]