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."],[[["This webpage provides reference documentation for the `UpdateSettingsRequest` class within the Google Cloud Contact Center Insights v1 API, specifically for version 2.16.0."],["The `UpdateSettingsRequest` class is used to update project-level settings in the Contact Center AI Insights API and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two primary properties: `Settings`, which represents the new settings values, and `UpdateMask`, which specifies the fields to be updated."],["The page also includes links to documentation for various previous versions of the API, ranging from version 1.0.0 up to 2.19.0, along with details about inherited members from the `object` base class."],["The page provides two constructors, an empty constructor `UpdateSettingsRequest()` and a copy constructor `UpdateSettingsRequest(UpdateSettingsRequest other)`."]]],[]]