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 in 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 `GetSecuritySettingsRequest` class includes a required `Name` property, which is a string representing the resource name of the desired security settings in the format: `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/securitySettings/\u003csecurity settings ID\u003e`."],["The `SecuritySettingsName` property provides a typed view over the `Name` resource name property, allowing for a more structured interaction with the security settings resource name."],["The documentation provides an extensive list of version history for the service ranging from 2.23.0 to 1.0.0, with 2.23.0 being the latest version."]]],[]]