public sealed class DeleteIssueModelRequest : IMessage<DeleteIssueModelRequest>, IEquatable<DeleteIssueModelRequest>, IDeepCloneable<DeleteIssueModelRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class DeleteIssueModelRequest.
[[["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 documentation for the `DeleteIssueModelRequest` class within the Google Cloud Contact Center AI Insights v1 API, specifically for .NET development."],["The latest version available is 2.19.0, and there is a list of previous versions all the way back to 1.0.0 for this API class."],["The `DeleteIssueModelRequest` class is used to make requests to delete an issue model within the Contact Center Insights API, and it implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `IssueModelName` of type `IssueModelName` and a string named `Name`, which is a required property for the name of the model to be deleted."],["The class has two constructors, a default one, and another one that takes in a parameter `other`, of the same `DeleteIssueModelRequest` type, that can be used to copy instances."]]],[]]