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, which is used to update security settings in Dialogflow CX."],["The latest version available for `UpdateSecuritySettingsRequest` is 2.23.0, but there is a list of previous versions ranging from 1.0.0 to 2.22.0 that can be found in this document."],["The `UpdateSecuritySettingsRequest` class inherits from `System.Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes two constructors, one parameterless and one that takes another `UpdateSecuritySettingsRequest` object for copying, and it also includes properties to set the `SecuritySettings` object and the `UpdateMask` to control which fields to modify."]]],[]]