public sealed class GetSecuritySettingsRequest : IMessage<GetSecuritySettingsRequest>, IEquatable<GetSecuritySettingsRequest>, IDeepCloneable<GetSecuritySettingsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class GetSecuritySettingsRequest.
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 webpage provides reference documentation for the `GetSecuritySettingsRequest` class within the Google.Cloud.Dialogflow.Cx.V3 API, specifically for .NET."],["The latest version available for this API is 2.23.0, with a list of previous versions available dating back to 1.0.0."],["`GetSecuritySettingsRequest` is a request message used within the `SecuritySettingsService.GetSecuritySettings` function, and it contains the resource name of the settings being requested."],["This class has constructors for creating a new instance or cloning an existing `GetSecuritySettingsRequest`, and it has properties for `Name` (a string) and `SecuritySettingsName` (a SecuritySettingsName type)."],["The `GetSecuritySettingsRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for extended functionality."]]],[]]