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 for .NET is 2.23.0, with a wide range of prior versions available, including versions all the way back to 1.0.0."],["This page provides documentation for the `DeleteSecuritySettingsRequest` class, which is used to send requests for deleting security settings in Dialogflow CX."],["`DeleteSecuritySettingsRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteSecuritySettingsRequest` class has two constructors and two properties, one of them being `Name`, which is required and represents the name of the SecuritySettings that is going to be deleted."],["The class `DeleteSecuritySettingsRequest` is part of the `Google.Cloud.Dialogflow.Cx.V3` namespace, contained within the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly."]]],[]]