public sealed class DeleteSecuritySettingsRequest : IMessage<DeleteSecuritySettingsRequest>, IEquatable<DeleteSecuritySettingsRequest>, IDeepCloneable<DeleteSecuritySettingsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class DeleteSecuritySettingsRequest.
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 Dialogflow v3 API class `DeleteSecuritySettingsRequest` is 2.23.0, with version 2.20.0 being the one currently displayed."],["This documentation provides reference material and code samples for the `DeleteSecuritySettingsRequest` class, which is used to manage the deletion of security settings."],["The `DeleteSecuritySettingsRequest` class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteSecuritySettingsRequest` class has two constructors: a parameterless constructor and one that takes another `DeleteSecuritySettingsRequest` instance."],["The `DeleteSecuritySettingsRequest` class has two properties, one named \"Name\" of type string, and another named \"SecuritySettingsName\" of type `SecuritySettingsName`, both of which relate to identifying the security settings to be deleted."]]],[]]