public sealed class DeleteIssueRequest : IMessage<DeleteIssueRequest>, IEquatable<DeleteIssueRequest>, IDeepCloneable<DeleteIssueRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class DeleteIssueRequest.
[[["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 `DeleteIssueRequest` API is 2.19.0, which can be found in the provided list alongside older versions ranging from 2.18.0 down to 1.0.0."],["`DeleteIssueRequest` is a class within the Google.Cloud.ContactCenterInsights.V1 namespace, used for requests to delete an issue."],["The `DeleteIssueRequest` class implements multiple interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, and inherits from `object`."],["The `DeleteIssueRequest` class has properties such as `IssueName` and `Name`, with `Name` being a required property representing the name of the issue to be deleted."]]],[]]