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 webpage provides documentation for the `UpdateSecuritySettingsRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, detailing its usage in updating security settings."],["This class, used with the `SecuritySettingsService.UpdateSecuritySettings` method, offers different versions, with the latest being `2.23.0`."],["The `UpdateSecuritySettingsRequest` class implements interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`, and inherits from the `Object` class."],["It includes two properties: `SecuritySettings`, which holds the values for the update, and `UpdateMask`, which controls which fields are modified."],["There are different constructors, the default one which is `UpdateSecuritySettingsRequest()` and `UpdateSecuritySettingsRequest(UpdateSecuritySettingsRequest other)` that copies the value of another object."]]],[]]