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/<ProjectID>/locations/<LocationID>/securitySettings/<SecuritySettingsID>.
[[["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-04-09 UTC."],[[["This document provides reference information for the `DeleteSecuritySettingsRequest` class within the Google Cloud Dialogflow CX V3 API, specifically for .NET development."],["The `DeleteSecuritySettingsRequest` class is a request message used to delete security settings, as part of the `SecuritySettings.DeleteSecuritySettings` operation."],["The document outlines the class's properties, including `Name` and `SecuritySettingsName`, which are crucial for identifying the specific security settings to be deleted."],["The document includes a list of available versions of the Dialogflow CX V3 API, ranging from version 1.0.0 up to the latest version 2.23.0."],["The provided class `DeleteSecuritySettingsRequest` implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]