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 via the `SecuritySettingsService.GetSecuritySettings` method."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to support various functionalities like message handling and object comparison."],["The `GetSecuritySettingsRequest` class has properties, including `Name` and `SecuritySettingsName`, to define the resource name and a typed view of the resource name, respectively, both being important in correctly identifying the settings."],["The namespace for this class is `Google.Cloud.Dialogflow.Cx.V3`, and it is part of the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly, indicating it is a component of the Google Cloud Dialogflow CX API."],["There are multiple versions of this request, ranging from 1.0.0 to 2.23.0, with 2.23.0 being the latest, allowing users to use various versions."]]],[]]