public sealed class UpdateSecuritySettingsRequest : IMessage<UpdateSecuritySettingsRequest>, IEquatable<UpdateSecuritySettingsRequest>, IDeepCloneable<UpdateSecuritySettingsRequest>, IBufferMessage, IMessage
The request message for [SecuritySettingsService.UpdateSecuritySettings][google.cloud.dialogflow.cx.v3.SecuritySettingsService.UpdateSecuritySettings].
[[["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 `UpdateSecuritySettingsRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace for .NET, used to update security settings in the Dialogflow CX API."],["The latest version available for `UpdateSecuritySettingsRequest` is 2.23.0, while a comprehensive list of past versions is provided, dating back to version 1.0.0."],["The `UpdateSecuritySettingsRequest` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting functionalities like message handling, equality checks, deep cloning, and buffered message operations."],["The class features two constructors, one default and one that accepts another `UpdateSecuritySettingsRequest` object as a parameter, and it also contains `SecuritySettings` and `UpdateMask` properties for managing the update."],["The content provided details the required fields and property types for updating settings."]]],[]]