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."],[[["This webpage provides reference documentation for the `DeleteSecuritySettingsRequest` class within the Dialogflow v3 API for .NET."],["The `DeleteSecuritySettingsRequest` class is used to construct a request to delete security settings in Dialogflow CX."],["The documentation covers multiple versions of the API, ranging from version 1.0.0 to the latest version 2.23.0, each of which include the same DeleteSecuritySettingsRequest option."],["The `DeleteSecuritySettingsRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties `Name` and `SecuritySettingsName` which are used to specify the security settings to be deleted, referencing a specific format for the `Name` property."]]],[]]