public sealed class CreateSecuritySettingsRequest : IMessage<CreateSecuritySettingsRequest>, IEquatable<CreateSecuritySettingsRequest>, IDeepCloneable<CreateSecuritySettingsRequest>, IBufferMessage, IMessage
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."],[[["The latest version of the `CreateSecuritySettingsRequest` is 2.23.0, which can be found at the provided URL path."],["This webpage documents the `CreateSecuritySettingsRequest` class in the `Google.Cloud.Dialogflow.Cx.V3` namespace, with all versions from 1.0.0 through 2.23.0 listed, each providing the reference documentation for that specific version."],["`CreateSecuritySettingsRequest` is a request message used for the `SecuritySettings.CreateSecuritySettings` method, which allows for the creation of security settings."],["The `CreateSecuritySettingsRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateSecuritySettingsRequest` class has properties such as `Parent` and `SecuritySettings` that are required for creating new security settings."]]],[]]