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 of the `DeleteSecuritySettingsRequest` is 2.23.0, while version 1.5.0 is also available, along with a range of other versions."],["This class `DeleteSecuritySettingsRequest` is used to request the deletion of security settings within the Dialogflow CX environment, as indicated by the request message for `SecuritySettings.DeleteSecuritySettings`."],["The `DeleteSecuritySettingsRequest` class inherits from the base `Object` class and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It provides two constructors: a default one and one that takes another `DeleteSecuritySettingsRequest` object as a parameter for copying data."],["The key properties include `Name` (a string representing the security settings resource name to be deleted) and `SecuritySettingsName` (a strongly-typed view over the resource name)."]]],[]]