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 different versions."],["`UpdateSecuritySettingsRequest` is a request message used by `SecuritySettingsService.UpdateSecuritySettings` for updating security settings."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class contains properties `SecuritySettings` and `UpdateMask` to manage security settings, in which the latter lets you control which fields to update."],["There are multiple versions of the `UpdateSecuritySettingsRequest` available, with version 2.23.0 being the latest, and version 1.0.0 being the oldest."]]],[]]