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 managing security settings in Dialogflow CX."],["The latest version available for the `UpdateSecuritySettingsRequest` class is 2.23.0, with a range of prior versions listed from 2.22.0 down to 1.0.0."],["`UpdateSecuritySettingsRequest` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class allows for updating security settings via two properties: `SecuritySettings`, which contains the desired updates, and `UpdateMask`, which specifies the fields to be modified."]]],[]]