public sealed class UpdateSettingsRequest : IMessage<UpdateSettingsRequest>, IEquatable<UpdateSettingsRequest>, IDeepCloneable<UpdateSettingsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class UpdateSettingsRequest.
[[["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 content provides reference documentation for the `UpdateSettingsRequest` class within the Google Cloud Contact Center AI Insights v1 API."],["This class is part of the `Google.Cloud.ContactCenterInsights.V1` namespace and is found in the `Google.Cloud.ContactCenterInsights.V1.dll` assembly, and is used to update project-level settings."],["The `UpdateSettingsRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its functionality within the API."],["The document lists various versions of the `UpdateSettingsRequest` class, from version 1.0.0 to the latest 2.19.0, allowing the user to compare between each of the versions, and navigate through them."],["The `UpdateSettingsRequest` class contains two properties, `Settings`, which represents the new settings values, and `UpdateMask`, representing the fields to be updated, both of which are required."]]],[]]