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 within the `Google.Cloud.ContactCenterInsights.V1` namespace, used to request the deletion of a view."],["The latest version available for the `DeleteViewRequest` is 2.19.0, with historical versions ranging back to 1.0.0, and all versions are accessible."],["`DeleteViewRequest` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, cloning, and buffer operations."],["The class has two constructors, a default one and one that takes another `DeleteViewRequest` object to copy, and includes properties to set the view's name, or to use the `ViewName` type to set the view's name."],["The `DeleteViewRequest` class inherits members such as GetHashCode, GetType, MemberwiseClone, and ToString from the base Object class."]]],[]]