public sealed class DeleteFeedbackLabelRequest : IMessage<DeleteFeedbackLabelRequest>, IEquatable<DeleteFeedbackLabelRequest>, IDeepCloneable<DeleteFeedbackLabelRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class DeleteFeedbackLabelRequest.
[[["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 available for the `DeleteFeedbackLabelRequest` class is 2.19.0."],["This page documents the `DeleteFeedbackLabelRequest` class, a part of the Contact Center AI Insights v1 API within the `Google.Cloud.ContactCenterInsights.V1` namespace."],["`DeleteFeedbackLabelRequest` is used to send a request for the deletion of a feedback label and implements several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has two constructors: a default one and another that takes a `DeleteFeedbackLabelRequest` instance as a parameter."],["The `DeleteFeedbackLabelRequest` class contains a property named `Name` which is a required string value that must be provided in the request, as well as `FeedbackLabelName` which is the resource name for the label to be deleted."]]],[]]