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, but this page is showing the documentation for version 2.1.0."],["This document outlines the details for the `DeleteSecuritySettingsRequest` class, which is used to send requests to delete security settings within the Google Cloud Dialogflow CX service."],["The `DeleteSecuritySettingsRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to provide functionality for message handling and object management."],["The class contains two constructors, a default one and one that takes another `DeleteSecuritySettingsRequest` as a parameter for object duplication, along with `Name` and `SecuritySettingsName` properties for defining which security settings should be deleted."],["There are many versions that are able to be referenced, ranging from 2.23.0 down to 1.0.0."]]],[]]