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 page 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 this class is 2.23.0, with a range of prior versions also accessible, starting from version 1.0.0 up until the current."],["The `GetSecuritySettingsRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which allows for complex messaging functionalities."],["This class has two constructors, one with no parameters and one which takes in another GetSecuritySettingsRequest, along with two properties; `Name`, which is of type `string`, and `SecuritySettingsName`, which is of type `SecuritySettingsName`."],["The `Name` property within `GetSecuritySettingsRequest` is used to specify the resource name of the security settings being requested, adhering to a specific format for project, location, and security settings ID."]]],[]]