public sealed class DeleteIssueModelRequest : IMessage<DeleteIssueModelRequest>, IEquatable<DeleteIssueModelRequest>, IDeepCloneable<DeleteIssueModelRequest>, IBufferMessage, IMessage
[[["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 details the `DeleteIssueModelRequest` class within the `Google.Cloud.ContactCenterInsights.V1` namespace, which is used to formulate requests for deleting an issue model."],["The `DeleteIssueModelRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`, offering functionalities for message handling, equality checks, deep cloning, and buffer operations."],["The class has two constructors, `DeleteIssueModelRequest()` for default creation, and `DeleteIssueModelRequest(DeleteIssueModelRequest other)` for copying an existing request."],["The class's key properties include `IssueModelName`, a typed view over the resource name, and `Name`, a string property that holds the name of the issue model to be deleted."],["The latest version available for the `DeleteIssueModelRequest` class is 2.19.0, and many other versions are provided ranging from 2.18.0 to 1.0.0."]]],[]]