public sealed class GetSecuritySettingsRequest : IMessage<GetSecuritySettingsRequest>, IEquatable<GetSecuritySettingsRequest>, IDeepCloneable<GetSecuritySettingsRequest>, IBufferMessage, IMessage
The request message for [SecuritySettingsService.GetSecuritySettings][google.cloud.dialogflow.cx.v3.SecuritySettingsService.GetSecuritySettings].
[[["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 `GetSecuritySettingsRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace for .NET, used to request security settings in the Dialogflow CX API."],["The latest version available for `GetSecuritySettingsRequest` is 2.23.0, while a wide range of older versions from 2.22.0 down to 1.0.0 are also accessible."],["`GetSecuritySettingsRequest` inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a parameterless one and another one that takes a `GetSecuritySettingsRequest` object, and it also has properties, `Name` and `SecuritySettingsName`, to manage security settings resource names."]]],[]]