public sealed class UpdateSettingsRequest : IMessage<UpdateSettingsRequest>, IEquatable<UpdateSettingsRequest>, IDeepCloneable<UpdateSettingsRequest>, 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."],[[["The `UpdateSettingsRequest` class is used to request updates to project-level settings within the Google Cloud Contact Center Insights V1 API, specifically for the dotnet library."],["There are multiple versions of the API available, ranging from the latest version 2.19.0 down to version 1.0.0."],["The `UpdateSettingsRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two properties: `Settings`, to configure the new setting values, and `UpdateMask`, to specify the fields to be updated."],["There are two constructors available, one empty and another to clone from an existing `UpdateSettingsRequest` object."]]],[]]