public sealed class DeployIssueModelRequest : IMessage<DeployIssueModelRequest>, IEquatable<DeployIssueModelRequest>, IDeepCloneable<DeployIssueModelRequest>, IBufferMessage, IMessage
[[["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 page details the `DeployIssueModelRequest` class within the `Google.Cloud.ContactCenterInsights.V1` namespace, which is used to deploy an issue model."],["This class is part of the Google Cloud Contact Center Insights library, specifically version 2.0.0, and contains a history of prior versioning dating back to version 1.0.0."],["`DeployIssueModelRequest` inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a parameterless constructor and one that takes another `DeployIssueModelRequest` instance, allowing the creation of new `DeployIssueModelRequest` objects."],["The class contains two key properties: `IssueModelName`, which provides a typed view of the issue model's name, and `Name`, which is a string value representing the issue model to deploy."]]],[]]