public sealed class DeleteSecuritySettingsRequest : IMessage<DeleteSecuritySettingsRequest>, IEquatable<DeleteSecuritySettingsRequest>, IDeepCloneable<DeleteSecuritySettingsRequest>, IBufferMessage, IMessage
The request message for [SecuritySettings.DeleteSecuritySettings][].
Required. The name of the [SecuritySettings][google.cloud.dialogflow.cx.v3.SecuritySettings] to delete.
Format: projects/<Project ID>/locations/<Location
ID>/securitySettings/<Security Settings ID>.
[[["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 page details the `DeleteSecuritySettingsRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace for .NET, which is used to request the deletion of security settings in Dialogflow CX."],["The latest version of the associated .NET library is 2.23.0, and there are numerous older versions available, ranging back to 1.0.0."],["The `DeleteSecuritySettingsRequest` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has two constructors, one default and another that takes a `DeleteSecuritySettingsRequest` object, as well as two properties: `Name` (a string representing the security setting's resource name) and `SecuritySettingsName` (a typed view over the `Name` resource name)."],["The request's `Name` property requires a specific format: `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/securitySettings/\u003cSecurity Settings ID\u003e`."]]],[]]