public sealed class UpdateViewRequest : IMessage<UpdateViewRequest>, IEquatable<UpdateViewRequest>, IDeepCloneable<UpdateViewRequest>, 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 `UpdateViewRequest` class, which is used to request the updating of a view in the Google Cloud Contact Center Insights V1 API, with the current latest version listed as 2.19.0."],["The `UpdateViewRequest` class is part of the `Google.Cloud.ContactCenterInsights.V1` namespace and is contained within the `Google.Cloud.ContactCenterInsights.V1.dll` assembly."],["The `UpdateViewRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer message operations."],["Key properties of the `UpdateViewRequest` class include `UpdateMask`, which defines the fields to be updated, and `View`, which represents the new view data that will be updated, with each having specific datatypes and descriptions."],["The webpage provides links to various older versions of the class, ranging from version 2.18.0 to 1.0.0, allowing for access to different versions of the `UpdateViewRequest`."]]],[]]