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."],[[["The latest version of the `DeleteIssueModelRequest` class within the `Google.Cloud.ContactCenterInsights.V1` namespace is version 2.19.0."],["This page provides documentation for the `DeleteIssueModelRequest` class, which is used to request the deletion of an issue model in the Contact Center AI Insights v1 API."],["The `DeleteIssueModelRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for enhanced functionality."],["The `DeleteIssueModelRequest` class has two constructors: a parameterless constructor and one that takes another `DeleteIssueModelRequest` as a parameter, allowing for easy creation and cloning of the object."],["This class contains two properties: `IssueModelName`, which is a typed view over the resource name property, and `Name`, a required string representing the name of the issue model to delete."]]],[]]