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 comprehensive list of prior versions is also provided."],["`GetSecuritySettingsRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor and one that takes another `GetSecuritySettingsRequest` object as a parameter."],["The class includes properties for setting and getting the `Name` of the security settings resource, which can also be viewed as a typed `SecuritySettingsName`."]]],[]]