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."],[[["The latest version available for `DeleteSecuritySettingsRequest` is 2.23.0, which can be found on the `Google.Cloud.Dialogflow.Cx.V3` reference page."],["`DeleteSecuritySettingsRequest` is a request message used for deleting security settings within the Dialogflow CX environment and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes constructors for creating a new `DeleteSecuritySettingsRequest` object and another for copying it."],["It contains properties such as `Name` and `SecuritySettingsName`, which are used to specify the security settings to be deleted, using the project, location, and the Security Settings ID."],["The code belongs to the namespace `Google.Cloud.Dialogflow.Cx.V3`, in the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly."]]],[]]