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."],[[["The `GetSecuritySettingsRequest` class is a request message used to retrieve security settings within the Dialogflow CX V3 API."],["This class is part of the `Google.Cloud.Dialogflow.Cx.V3` namespace and is implemented in the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly."],["The latest version is `2.23.0`, but previous versions from `2.22.0` down to `1.0.0` are also documented, each link redirecting to the same class at a different version."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class, to provide functionalities for message handling, equality checks, deep cloning and message buffering."],["The `GetSecuritySettingsRequest` class contains two constructors and two properties, `Name` which represents the resource name of the security settings, and `SecuritySettingsName` which is a typed view over the `Name` property."]]],[]]