public sealed class UndeployIssueModelRequest : IMessage<UndeployIssueModelRequest>, IEquatable<UndeployIssueModelRequest>, IDeepCloneable<UndeployIssueModelRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class UndeployIssueModelRequest.
[[["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 of the `UndeployIssueModelRequest` class is 2.19.0, with documentation available for multiple preceding versions, including 2.8.0, which is described in the current content."],["The `UndeployIssueModelRequest` class is part of the Google Cloud Contact Center Insights v1 API and is used to initiate the process of undeploying an issue model."],["This class implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality comparisons, deep cloning, and buffered message operations."],["The `UndeployIssueModelRequest` class includes properties like `IssueModelName` (a typed view) and `Name` (a string), where `Name` is a required field representing the issue model to be undeployed."],["The `UndeployIssueModelRequest` class has two constructors, a default constructor and another taking in another `UndeployIssueModelRequest` object, which is used to instantiate the object."]]],[]]