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 page 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 `GetSecuritySettingsRequest` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the `Google.Cloud.Dialogflow.Cx.V3` API is 2.23.0, and the documentation provides links to versions as old as 1.0.0."],["The `GetSecuritySettingsRequest` class includes two constructors, a default one and one that takes another `GetSecuritySettingsRequest` object, and it also includes two properties: `Name` (a string) and `SecuritySettingsName` (a `SecuritySettingsName`-typed view)."],["The `Name` property in the `GetSecuritySettingsRequest` class is required and expects a resource name string formatted as `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/securitySettings/\u003csecurity settings ID\u003e`."]]],[]]