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 latest version of the `GetSecuritySettingsRequest` is 2.23.0, part of the Google.Cloud.Dialogflow.Cx.V3 package."],["This page documents the `GetSecuritySettingsRequest` class, which is used to retrieve security settings, with versions ranging from 1.0.0 to 2.23.0."],["`GetSecuritySettingsRequest` is a class that implements several interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage, and is utilized for requesting security settings in Dialogflow CX."],["The `Name` property in `GetSecuritySettingsRequest` is a required string representing the resource name of the settings, formatted as `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/securitySettings/\u003csecurity settings ID\u003e`."],["The `SecuritySettingsName` property provides a typed view over the resource `Name`, allowing users to access information about the security settings."]]],[]]