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/<ProjectID>/locations/<LocationID>.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage provides reference documentation for the `CreateSecuritySettingsRequest` class within the Google Cloud Dialogflow CX V3 API for .NET."],["The latest version of the `CreateSecuritySettingsRequest` class documentation is for version 2.23.0, but previous versions back to 1.0.0 are available for reference."],["The `CreateSecuritySettingsRequest` class is used to create security settings within the Dialogflow CX environment and inherits properties and methods from various interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateSecuritySettingsRequest` class has properties like `Parent` and `SecuritySettings` and is part of the `Google.Cloud.Dialogflow.Cx.V3` namespace."],["The `CreateSecuritySettingsRequest` class contains information on where to create security settings, and what settings are being created, such as locationID and projectID."]]],[]]