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 `DeleteSecuritySettingsRequest` class is used to request the deletion of security settings within the Dialogflow CX V3 API."],["This class is part of the `Google.Cloud.Dialogflow.Cx.V3` namespace and is implemented in the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly."],["The latest version of this resource available is 2.23.0, but this page lists numerous previous versions, ranging from 1.0.0 all the way up to 2.22.0, available for reference."],["The `Name` property within the `DeleteSecuritySettingsRequest` class is required, and specifies the name of the security settings to be deleted, which follows the format `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/securitySettings/\u003cSecurity Settings ID\u003e`."],["There are multiple inherited members from the `object` class including `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]