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."],[[["This webpage provides reference documentation for the `UpdateIssueRequest` class within the Google Cloud Contact Center AI Insights v1 API, specifically for .NET developers."],["The latest version available is 2.19.0, and the page lists all versions from 1.0.0 up to the latest 2.19.0 with links to their respective documentation."],["`UpdateIssueRequest` is used to update an issue and inherits from several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, alongside extending the base `object` class."],["The `UpdateIssueRequest` class contains two key properties: `Issue`, which represents the new values for the issue, and `UpdateMask`, which specifies the fields that should be updated."],["The page details the constructors for the `UpdateIssueRequest` class, including a default constructor and one that accepts another `UpdateIssueRequest` object as a parameter for creating a copy."]]],[]]