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 is 2.23.0, as indicated in the provided list of versions for `Google.Cloud.Dialogflow.Cx.V3`."],["This page details the `DeleteSecuritySettingsRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, specifically version 1.7.0."],["`DeleteSecuritySettingsRequest` is a message class used to send a request to delete a `SecuritySettings` object, inheriting from `Object` and implementing multiple interfaces."],["The `DeleteSecuritySettingsRequest` class includes two constructors and two key properties, `Name` (a string representing the resource name) and `SecuritySettingsName`, a typed view over the `Name` property."],["A wide array of versions for this class exist, ranging from 1.0.0 to 2.23.0, with accessible links for different versions."]]],[]]