public sealed class DeleteViewRequest : IMessage<DeleteViewRequest>, IEquatable<DeleteViewRequest>, IDeepCloneable<DeleteViewRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class DeleteViewRequest.
[[["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 provides reference documentation for the `DeleteViewRequest` class within the Google Cloud Contact Center Insights v1 API."],["The `DeleteViewRequest` class is used to formulate requests for deleting a view, implementing multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The page lists various versions of the API, with version 2.19.0 being the latest, and it covers versions ranging from 1.0.0 to 2.19.0, showcasing the history of this method."],["The `DeleteViewRequest` class has properties like `Name` (a string) and `ViewName` (a `ViewName`-typed view), allowing the specification of the view to be deleted."],["The page details two constructors for creating a `DeleteViewRequest` instance, one being parameterless, and the other taking a pre-existing `DeleteViewRequest` object."]]],[]]