public sealed class DeployIssueModelRequest : IMessage<DeployIssueModelRequest>, IEquatable<DeployIssueModelRequest>, IDeepCloneable<DeployIssueModelRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class DeployIssueModelRequest.
[[["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 latest version available for the `DeployIssueModelRequest` class is 2.19.0, with a full history of previous versions back to version 1.0.0."],["The `DeployIssueModelRequest` class is part of the `Google.Cloud.ContactCenterInsights.V1` namespace, found within the `Google.Cloud.ContactCenterInsights.V1.dll` assembly."],["This class, `DeployIssueModelRequest`, is used to make requests to deploy an issue model and inherits from the base .NET `object` class while implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a required `Name` property of type `string` which represents the issue model that will be deployed, and an `IssueModelName` property for a typed view of the name."],["Two constructors are available for `DeployIssueModelRequest`: a parameterless one and another taking another `DeployIssueModelRequest` object, as a copy constructor."]]],[]]