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-04-09 UTC."],[[["This document provides reference documentation for the `GetSecuritySettingsRequest` class within the Google.Cloud.Dialogflow.Cx.V3 API, specifically for .NET."],["The `GetSecuritySettingsRequest` class is used to construct requests for retrieving security settings and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document lists various versions of the API, ranging from 2.23.0 (latest) down to 1.0.0, all available for the same `GetSecuritySettingsRequest`."],["Key properties of the `GetSecuritySettingsRequest` class include `Name`, which specifies the resource name of the settings, and `SecuritySettingsName`, a typed view of the resource name."],["The document details the constructors available for the class such as, the parameterless constructor, and the one taking in a parameter of type GetSecuritySettingsRequest."]]],[]]