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>.
Property Value
Type
Description
System.String
SecuritySettingsName
public SecuritySettingsName SecuritySettingsName { get; set; }
[[["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."],[[["This webpage details the `DeleteSecuritySettingsRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace for .NET, which is used to request the deletion of security settings in Dialogflow CX."],["The latest version of the `DeleteSecuritySettingsRequest` class is 2.23.0, and it also includes links to older versions ranging back to version 1.0.0."],["The class inherits from several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities for message handling, equality checks, deep cloning, and buffer management."],["`DeleteSecuritySettingsRequest` has two properties, `Name` and `SecuritySettingsName`, which are used to specify the security settings resource to be deleted, with `Name` being the name of the security setting to delete and `SecuritySettingsName` providing a typed view over the `Name`."],["The class provides two constructors one that is empty, and another that creates a new instance by copying an existing `DeleteSecuritySettingsRequest` object."]]],[]]