public sealed class CreateSecuritySettingsRequest : IMessage<CreateSecuritySettingsRequest>, IEquatable<CreateSecuritySettingsRequest>, IDeepCloneable<CreateSecuritySettingsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class CreateSecuritySettingsRequest.
The request message for [SecuritySettings.CreateSecuritySettings][].
Required. The location to create an
[SecuritySettings][google.cloud.dialogflow.cx.v3.SecuritySettings] for.
Format: projects/<Project ID>/locations/<Location ID>.
[[["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 provides reference documentation for the `CreateSecuritySettingsRequest` class within the Dialogflow v3 API for .NET, specifically for the `Google.Cloud.Dialogflow.Cx.V3` namespace."],["The `CreateSecuritySettingsRequest` class is used to request the creation of new security settings and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page details the inheritance, constructors, and properties of the `CreateSecuritySettingsRequest` class, including the `Parent` and `SecuritySettings` properties, that dictate where and what the security setting will be."],["A list of various versions for the `CreateSecuritySettingsRequest` is also shown, ranging from version 2.23.0 (latest) down to 1.0.0, with all versions showing the same `CreateSecuritySettingsRequest`."],["The page indicates that `CreateSecuritySettingsRequest` is a request message for creating new `SecuritySettings`, which is specified with required data such as parent location and `SecuritySettings`."]]],[]]