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 webpage provides documentation for the `DeleteIssueModelRequest` class within the Google Cloud Contact Center AI Insights v1 API, specifically showcasing versions ranging from 1.0.0 to the latest 2.19.0."],["The `DeleteIssueModelRequest` class is used to formulate requests for deleting an issue model in the Contact Center AI Insights API, inheriting from various interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class offers two constructors: a default constructor `DeleteIssueModelRequest()` and an overload that accepts another `DeleteIssueModelRequest` object as a parameter for copying its properties."],["Key properties of `DeleteIssueModelRequest` include `IssueModelName`, which is a typed view over the resource name, and `Name`, which specifies the name of the issue model targeted for deletion."],["The documentation details the inheritance, implementation, and methods of the `DeleteIssueModelRequest` class, all within the `Google.Cloud.ContactCenterInsights.V1` namespace and `Google.Cloud.ContactCenterInsights.V1.dll` assembly."]]],[]]