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."],[[["The document provides a comprehensive list of versions for the `DeleteSecuritySettingsRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, ranging from version 1.0.0 up to the latest version 2.23.0."],["The `DeleteSecuritySettingsRequest` class is a request message used for deleting security settings, as defined within the Dialogflow v3 API."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `object` class."],["Key properties of the `DeleteSecuritySettingsRequest` class include `Name` (a string representing the resource name) and `SecuritySettingsName` (a `SecuritySettingsName`-typed view over the resource name)."],["There are two constructors provided for this class, one default constructor, and another one that takes a `DeleteSecuritySettingsRequest` as a parameter."]]],[]]