public sealed class UpdateIssueModelRequest : IMessage<UpdateIssueModelRequest>, IEquatable<UpdateIssueModelRequest>, IDeepCloneable<UpdateIssueModelRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class UpdateIssueModelRequest.
[[["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 document provides reference documentation for the `UpdateIssueModelRequest` class within the Google Cloud Contact Center AI Insights v1 API, specifically version 2.16.0."],["The `UpdateIssueModelRequest` class is used to send requests to update an issue model and is an implementation of several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document outlines the class's constructors and properties, such as `IssueModel` and `UpdateMask`, detailing their purpose and types, and it lists all version numbers from 2.19.0 to 1.0.0."],["The `IssueModel` property is required and contains the new values for the issue model, while the `UpdateMask` property is used to specify which fields should be updated."],["The version numbers indicate that the latest version of this class is version 2.19.0, and it goes down all the way to 1.0.0, providing an update history of this class."]]],[]]