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 latest version available for `UpdateSecuritySettingsRequest` is 2.23.0, which can be found in the `Google.Cloud.Dialogflow.Cx.V3` namespace."],["The `UpdateSecuritySettingsRequest` class is used to make requests for updating security settings within the Dialogflow CX platform, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class supports the updating of specific fields within `SecuritySettings` through the `UpdateMask` property, which also dictates whether all fields are updated if not present."],["It has two constructors: a default constructor and another that accepts an existing `UpdateSecuritySettingsRequest` object for making a copy."],["There are many previous versions available to reference of the `UpdateSecuritySettingsRequest`, spanning from version 1.0.0 to the most recent 2.23.0."]]],[]]