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 webpage 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 is a message type that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from the base `Object` class."],["It includes properties like `Name` (a string for the resource name of the security settings) and `SecuritySettingsName` (a typed view over the `Name` resource)."],["The page lists various versions of the Dialogflow CX API, from 1.0.0 to 2.23.0, each with a corresponding link to the `GetSecuritySettingsRequest` documentation for that specific version."],["The class provides two constructors, a default constructor, and one that accepts another `GetSecuritySettingsRequest` object for initialization."]]],[]]