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."],[[["This webpage provides documentation for the `CreateSecuritySettingsRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, specifically version 2.0.0 and including a history of versions from 1.0.0 to 2.23.0."],["The `CreateSecuritySettingsRequest` class is used to create security settings for Dialogflow CX and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default one and another that takes an existing `CreateSecuritySettingsRequest` object as a parameter for cloning purposes."],["Key properties of the `CreateSecuritySettingsRequest` class include `Parent`, which specifies the location where the security settings will be created, and `SecuritySettings`, which holds the actual security settings to be applied."],["The page provides a version history of the CreateSecuritySettingsRequest class, allowing users to access previous versions and specific documentation related to each version up to the latest, 2.23.0."]]],[]]