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 page provides reference documentation for the `UpdateIssueModelRequest` class within the Google Cloud Contact Center Insights v1 API, specifically for .NET developers."],["The latest version available is 2.19.0, and the documentation covers versions ranging from 1.0.0 to 2.19.0 of the `UpdateIssueModelRequest` for `Google.Cloud.ContactCenterInsights.V1`."],["The `UpdateIssueModelRequest` class, used to update an issue model, inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["Key properties of the `UpdateIssueModelRequest` include `IssueModel`, representing the new values for the issue model, and `UpdateMask`, indicating which fields should be updated."],["The `UpdateIssueModelRequest` class includes a parameter-less constructor and one that takes another `UpdateIssueModelRequest` as a parameter, allowing for creating instances and copying values between them."]]],[]]