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."],[[["The page 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 is 2.23.0, with a range of previous versions listed down to version 1.0.0, providing links to their documentation."],["The `UpdateSecuritySettingsRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class includes two properties, `SecuritySettings` and `UpdateMask`, which are used to define the security settings to update and the fields to be modified, respectively."],["The class has two constructors: a default constructor and one that takes an `UpdateSecuritySettingsRequest` object as a parameter, enabling cloning of objects."]]],[]]