public sealed class DeleteViewRequest : IMessage<DeleteViewRequest>, IEquatable<DeleteViewRequest>, IDeepCloneable<DeleteViewRequest>, 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 `DeleteViewRequest` class, which is used to request the deletion of a view in the Google Cloud Contact Center Insights API."],["The latest version of `DeleteViewRequest` is 2.19.0, and the page lists several previous versions back to 1.0.0 for the `Google.Cloud.ContactCenterInsights.V1` package."],["The `DeleteViewRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, `DeleteViewRequest()`, which is the default, and `DeleteViewRequest(DeleteViewRequest other)` for copying another request."],["The `DeleteViewRequest` class has two properties, `Name`, a string for the name of the view to be deleted, and `ViewName`, a `ViewName` type for resource name management."]]],[]]